From 4faa0ec9df7067cee3eb1c1953fccc6c2f842179 Mon Sep 17 00:00:00 2001 From: Taylor Locke Date: Mon, 25 Nov 2013 06:03:06 -0800 Subject: Cleaned up Zeny manipulation in scripts. --- npc/events/bossnia.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/events/bossnia.txt') diff --git a/npc/events/bossnia.txt b/npc/events/bossnia.txt index 70f4fc21c..38e35f2b2 100644 --- a/npc/events/bossnia.txt +++ b/npc/events/bossnia.txt @@ -72,7 +72,7 @@ prontera,132,125,4 script Bossnia Staff#1 4_M_PHILMAN,{ mes "Take care, boy~"; mes "Don't hold a grudge against me."; close2; - set Zeny, Zeny - 5000; + Zeny -= 5000; warp "bossnia_0"+.@i,rand(202,204),rand(202,204); end; } -- cgit v1.2.3-70-g09d2