diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-03-21 17:18:24 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-03-21 17:18:24 -0300 |
commit | 8680a9bd2f5a92cb41fb8b94b001c651daa66211 (patch) | |
tree | 8fac196d963000e57f0cc28e64ca0ffc80e788a3 | |
parent | fe0df84b61325d3f0fc8cb6c38a8704c861248a8 (diff) | |
download | serverdata-8680a9bd2f5a92cb41fb8b94b001c651daa66211.tar.gz serverdata-8680a9bd2f5a92cb41fb8b94b001c651daa66211.tar.bz2 serverdata-8680a9bd2f5a92cb41fb8b94b001c651daa66211.tar.xz serverdata-8680a9bd2f5a92cb41fb8b94b001c651daa66211.zip |
Pihro: Give monster points, EXP and JEXP when crafting bullets.
-rw-r--r-- | npc/017-4/pihro.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/017-4/pihro.txt b/npc/017-4/pihro.txt index 344bb8bc8..5be95f6ef 100644 --- a/npc/017-4/pihro.txt +++ b/npc/017-4/pihro.txt @@ -56,6 +56,8 @@ delitem .@base3, .@amon3; POL_PlayerMoney(.@price); getitem .@prize, rand2(270,320); + getexp rand2(270, 320), rand2(270, 320); + Mobpt+=rand2(270, 320); mes ""; mesn; |