diff options
Diffstat (limited to 'world/map')
-rw-r--r-- | world/map/npc/099-7/chronos.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/world/map/npc/099-7/chronos.txt b/world/map/npc/099-7/chronos.txt index 45695c74..9a68a089 100644 --- a/world/map/npc/099-7/chronos.txt +++ b/world/map/npc/099-7/chronos.txt @@ -174,6 +174,7 @@ L_rewards_choice: mes "[Chronos]"; mes "\"Here's your " + @item_names$[@index] + ", good bye.\""; wgm "=> Player `"+strcharinfo(0) + "` obtained the following item from Chronos: "+ @item_names$[@index]; + debugmes "=> Player `"+strcharinfo(0) + "` obtained the following item from Chronos: "+ @item_names$[@index]; set #BOSS_MEDALS_AVAILABLE, #BOSS_MEDALS_AVAILABLE - @num_medals; set $CHRONOS_STOCK, $CHRONOS_STOCK - 1; set @cur_date, (gettime(7) << 5) | (gettime(6) << 1); |