From 9a0b536324d87107a6ca31f47facb804d70c0d30 Mon Sep 17 00:00:00 2001 From: wushin Date: Mon, 16 Feb 2015 21:00:21 -0600 Subject: Clean up script --- world/map/npc/030-3/orum_homunculus.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'world/map/npc/030-3') 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"; -- cgit v1.2.3-60-g2f50