diff options
Diffstat (limited to 'world/map/npc/xmas/2011/xmas2011config.txt')
-rw-r--r-- | world/map/npc/xmas/2011/xmas2011config.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/world/map/npc/xmas/2011/xmas2011config.txt b/world/map/npc/xmas/2011/xmas2011config.txt index 204fe791..c2c72342 100644 --- a/world/map/npc/xmas/2011/xmas2011config.txt +++ b/world/map/npc/xmas/2011/xmas2011config.txt @@ -53,9 +53,9 @@ OnInit: set $@xmas2011_totalpoints, 4*$@xmas2011_reinboopoints + $@xmas2011_beddingpoints + $@xmas2011_glitterpoints + $@xmas2011_potionpoints + $@xmas2011_plushmouboopoints + $@xmas2011_stickreinboopoints + $@xmas2011_ballpoints + $@xmas2011_dollpoints; - set $@xmas2011_main_rewardcost, 60; + set $@xmas2011_main_rewardcost, 70; set $@xmas2011_toy_rewardcost, 30; - set $@xmas2011_gloves_rewardcost, 11; + set $@xmas2011_gloves_rewardcost, 8; set $@xmas2011_gingerbreadman_rewardcost, 5; set $@xmas2011_xmascake_rewardcost, 3; set $@xmas2011_candy_rewardcost, 1; @@ -169,7 +169,7 @@ L_Var: mes "Bed Bit 0: " + ((xmas11 & 0x2000) >> 13); mes "Bed Bit 1: " + ((xmas11 & 0x4000) >> 14); mes "Pot Bit 0: " + ((xmas11 & 0x8000) >> 15); - mes "Pot Bit 1" + ((xmas11 & 0x10000) >> 16); + mes "Pot Bit 1: " + ((xmas11 & 0x10000) >> 16); mes "plushmouboo b0: " + ((xmas11 & 0x20000) >> 17); mes "plushmouboo b1: " + ((xmas11 & 0x40000) >> 18); mes "plushmouboo b2: " + ((xmas11 & 0x80000) >> 19); |