summaryrefslogtreecommitdiff
path: root/npc/000-1/gugli.txt
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2019-10-20 12:39:40 -0400
committergumi <git@gumi.ca>2019-10-20 12:40:10 -0400
commit1959b79d649d7abb021c536281fadf88cd43d974 (patch)
tree92403ae06ca70fd6e31da92cd56360910d555715 /npc/000-1/gugli.txt
parent7d4585582f91967bb2d64e6d4c671388e7493c9f (diff)
downloadserverdata-1959b79d649d7abb021c536281fadf88cd43d974.tar.gz
serverdata-1959b79d649d7abb021c536281fadf88cd43d974.tar.bz2
serverdata-1959b79d649d7abb021c536281fadf88cd43d974.tar.xz
serverdata-1959b79d649d7abb021c536281fadf88cd43d974.zip
remove useless zeny calculations
Diffstat (limited to 'npc/000-1/gugli.txt')
-rw-r--r--npc/000-1/gugli.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/000-1/gugli.txt b/npc/000-1/gugli.txt
index dd2e6739..77738a8a 100644
--- a/npc/000-1/gugli.txt
+++ b/npc/000-1/gugli.txt
@@ -150,7 +150,7 @@ L_Couwan:
if (countitem(FishBox) > 0) delitem FishBox, 1;
setq ShipQuests_Couwan, 2;
- Zeny = Zeny + 10;
+ Zeny += 10;
getexp 40, 0;
message strcharinfo(0), l("You receive @@ E!", 10);
@@ -202,7 +202,7 @@ L_TaskDone:
if (countitem(PlushroomBox) == 1) delitem PlushroomBox, 1;
setq ShipQuests_Gugli, 2;
- Zeny = Zeny + 250;
+ Zeny += 250;
getexp 50, 0;
mes "";