summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoffee <coffee@coffee-EP45-UD3L.(none)>2011-08-27 09:45:27 -0300
committercoffee <coffee@coffee-EP45-UD3L.(none)>2011-08-27 09:45:27 -0300
commit4b5ae2226b50c2c381ed7b9b0459b1778d2ac1ee (patch)
treeaf87b3bc49bb215959ba04046c695993503227a2
parentb24d78da0512a9cf15791f95a9952cc95292d3d8 (diff)
downloadserverdata-4b5ae2226b50c2c381ed7b9b0459b1778d2ac1ee.tar.gz
serverdata-4b5ae2226b50c2c381ed7b9b0459b1778d2ac1ee.tar.bz2
serverdata-4b5ae2226b50c2c381ed7b9b0459b1778d2ac1ee.tar.xz
serverdata-4b5ae2226b50c2c381ed7b9b0459b1778d2ac1ee.zip
Restoring the use of $@Fluffy_Min variable, which was removed by mistake.
-rw-r--r--world/map/npc/033-1/kimarr.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/world/map/npc/033-1/kimarr.txt b/world/map/npc/033-1/kimarr.txt
index d93927ad..c8de9c50 100644
--- a/world/map/npc/033-1/kimarr.txt
+++ b/world/map/npc/033-1/kimarr.txt
@@ -12,6 +12,7 @@
// global $@Fluffy_Time - the number of seconds since you entered the area
// global $@Fluffy_Spawn - how many fluffies have been spawned
// global $@Fluffy_Kills - how many fluffies you have killed so far
+// global $@Fluffy_Min - how many fluffies you have to kill to get a reward
// global $@Fluffy_Alive - how many fluffies are currently alive
// global $@Fluffy_PC_Deaths - used to keep track of whether the fluffies kill you
// global $@Fluffy_Fighter$ - name of the person hunting fluffies (only used for ornamentation)
@@ -160,6 +161,7 @@ L_Game:
set $@Fluffy_Time, 0;
//TODO: set minimum number of killed fluffies (maybe based on level?)
+ set $@Fluffy_Min, 2;
warp "033-1.gat", 79, 34;
initnpctimer;
goto L_Close;