From e9bb1aa12713fb7ed3719195523c01ac148b006f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 8 Apr 2022 10:57:39 -0300 Subject: HoraK's changes and variable cleaning --- npc/099-7/chronos.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/099-7/chronos.txt') diff --git a/npc/099-7/chronos.txt b/npc/099-7/chronos.txt index 1a0ab6ed..b4a4e87a 100644 --- a/npc/099-7/chronos.txt +++ b/npc/099-7/chronos.txt @@ -9,11 +9,11 @@ close; // Boss Points validation .@cur=(BOSS_POINTS / .price); - .@dif=.@cur - BOSS_MEDALS; + .@dif=.@cur - #BOSS_MEDALS; if (.@dif) { next; getitembound BossMedal, .@dif, IBT_ACCOUNT; - BOSS_MEDALS+=.@dif; + #BOSS_MEDALS+=.@dif; mesn; mesq l("For your deeds, I shall bestow upon you %d %s. Use them wisely, they are the results of your hard effort.", .@dif, getitemlink(BossMedal)); mesc l("Boss Medals are earned each %s boss points. They are account-bound and cannot be given to other players.", fnum(.price)); -- cgit v1.2.3-60-g2f50