diff options
Diffstat (limited to 'npc/017-4')
-rw-r--r-- | npc/017-4/pyndragon.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/017-4/pyndragon.txt b/npc/017-4/pyndragon.txt index 5f73b6d84..2a896cf6c 100644 --- a/npc/017-4/pyndragon.txt +++ b/npc/017-4/pyndragon.txt @@ -40,7 +40,8 @@ delitem .@base2, .@amon2; delitem .@base3, .@amon3; Zeny = Zeny - .@price; - getitem .@prize, 1; + //getitem .@prize, 1; + CsysNpcCraft(.@prize, IOPT_CRITDMG, 30, IOPT_DOUBLEATTACK, rand2(0, 15)); mes ""; mesn; |