diff options
-rw-r--r-- | npc/012-1/guards.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/012-1/guards.txt b/npc/012-1/guards.txt index 6de6a60df..d50241346 100644 --- a/npc/012-1/guards.txt +++ b/npc/012-1/guards.txt @@ -166,7 +166,7 @@ OnSkip: // You have 1% of base chance, plus 0.5% each player + 0.05% each monster level. if (rand(10000) <= 100 + (getmapusers("012-1")*50) + (strmobinfo(3,killedrid)*5)) getmapxy(.@m$, .@x, .@y, 0); - makeitem(StrangeCoin, 1, "012-1", .@x, .@y); + makeitem(any(Plushroom, Chagashroom, Bread, HalfCroconut, Aquada, CasinoCoins), rand(1,2), "012-1", .@x, .@y); end; OnTimer300000: |