diff options
Diffstat (limited to 'world/map/npc/033-1/kimarr.txt')
-rw-r--r-- | world/map/npc/033-1/kimarr.txt | 2 |
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; |