summaryrefslogtreecommitdiff
path: root/world/map/npc/030-3/orum_homunculus.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/030-3/orum_homunculus.txt')
-rw-r--r--world/map/npc/030-3/orum_homunculus.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/world/map/npc/030-3/orum_homunculus.txt b/world/map/npc/030-3/orum_homunculus.txt
index b580476a..c31cbf04 100644
--- a/world/map/npc/030-3/orum_homunculus.txt
+++ b/world/map/npc/030-3/orum_homunculus.txt
@@ -175,7 +175,7 @@ L_OffSeason:
end;
L_XmasMain:
- if !(@xmas_knows_route) goto L_SetPath;
+ if(!(@xmas_knows_route)) goto L_SetPath;
if((@xmas_list_deliver) && !(@xmas_side)) goto L_OffSeason;
if((@xmas_reward_done_state) && (@xmas_side)) goto L_ThankYou;
if((@xmas_reward1_done_state) && (@xmas_side)) goto L_Thanks;
@@ -449,9 +449,9 @@ L_Quick:
L_Reward:
mes "[Orum's Homunculus]";
mes "\"Revenge is a dish best served cold..\"";
- if @xmas_reward2_done_state
+ if (@xmas_reward2_done_state)
set @xmas_state, $@xmas_reward_done;
- if @xmas_reward_start_state
+ if (@xmas_reward_start_state)
set @xmas_state, $@xmas_reward1_done;
callfunc "XmasSetState";