From 4b5ae2226b50c2c381ed7b9b0459b1778d2ac1ee Mon Sep 17 00:00:00 2001 From: coffee Date: Sat, 27 Aug 2011 09:45:27 -0300 Subject: Restoring the use of $@Fluffy_Min variable, which was removed by mistake. --- world/map/npc/033-1/kimarr.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'world/map/npc/033-1/kimarr.txt') 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; -- cgit v1.2.3-60-g2f50