summaryrefslogtreecommitdiff
path: root/world/map/npc/annuals/halloween/trick_or_treat.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/annuals/halloween/trick_or_treat.txt')
-rw-r--r--world/map/npc/annuals/halloween/trick_or_treat.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/world/map/npc/annuals/halloween/trick_or_treat.txt b/world/map/npc/annuals/halloween/trick_or_treat.txt
index c94977ab..3407efd5 100644
--- a/world/map/npc/annuals/halloween/trick_or_treat.txt
+++ b/world/map/npc/annuals/halloween/trick_or_treat.txt
@@ -162,9 +162,7 @@ L_Tricking_Reward:
if (@karma >= 16)
set @scare_factor, rand(@scare_factor / 2, @scare_factor);
if (@karma >= 256)
- set @scare_factor, rand(@scare_factor / 2, @scare_factor);
- if (@karma >= 4096)
- set @scare_factor, rand(@scare_factor / 2, @scare_factor);
+ goto L_Tricking_End;
if (@scare_factor < 1)
set @scare_factor, 1;
goto L_Tricking_Reward_Loop;