summaryrefslogtreecommitdiff
path: root/npc/034-4/lobby.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/034-4/lobby.txt')
-rw-r--r--npc/034-4/lobby.txt7
1 files changed, 5 insertions, 2 deletions
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;