diff options
Diffstat (limited to 'npc/012-1/guards.txt')
-rw-r--r-- | npc/012-1/guards.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/npc/012-1/guards.txt b/npc/012-1/guards.txt index 63d75200a..214ef3529 100644 --- a/npc/012-1/guards.txt +++ b/npc/012-1/guards.txt @@ -374,9 +374,7 @@ OnTimer240000: end; OnXtreem: - if (rand(0,100) <= 50) - Karma=Karma+1; - else + if (rand2(0,100) > 50) getitem StrangeCoin, 2; // Here, the drop is a Bronze Gift, based on living players and players nearby. // You have 0.1% of base chance, plus 0.2% each fighting player + 1% each near player. |