summaryrefslogtreecommitdiff
path: root/db/re
diff options
context:
space:
mode:
Diffstat (limited to 'db/re')
-rw-r--r--db/re/item_db.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index 0632825b..2dc59cd7 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -1316,6 +1316,11 @@ item_db: (
@max = 130;
@delay = 2;
@type = 1;
+ if (rand(100) < 50) {
+ getmapxy(.@m$, .@x, .@y, 0);
+ .@mobGID = monster(.@m$, .@x, .@y, "Maggot", Maggot, 1);
+ unitattack(.@mobGID, getcharid(3));
+ }
doevent "rand_sc_heal::OnUse";
">
},