From d703a6d88ee4e9e9a75a43bdee29e7856c2eef43 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 5 May 2022 16:39:05 -0300 Subject: Taxes on Candor! --- npc/034-4/lobby.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'npc/034-4') diff --git a/npc/034-4/lobby.txt b/npc/034-4/lobby.txt index 7ea30bb47..2b88d037f 100644 --- a/npc/034-4/lobby.txt +++ b/npc/034-4/lobby.txt @@ -47,6 +47,10 @@ OnTouch: end; OnABC: + // Extra drop chance (20% chance) + getmapxy(.@m$, .@x, .@y, 0); + if (!rand2(5)) + makeitem BronzeBossGift, 1, .@m$, .@x, .@y; end; OnTimer1000: @@ -241,8 +245,7 @@ OnTimer30000: break; } - // FIXME: Spawn other stuff as well, stronger stuff. - // Let them come from the doors + // And we're done! Wait 10 seconds before next casting setnpctimer 20000; end; -- cgit v1.2.3-70-g09d2