summaryrefslogtreecommitdiff
path: root/npc/functions/manhole.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-05-24 13:47:28 -0300
committerJesusaves <cpntb1@ymail.com>2020-05-24 13:47:28 -0300
commit9c322449ade0d1952f6ca4dd73cc92413f61ca69 (patch)
tree1bff0731c4db0790ef57a2d524d739b1241ffa2c /npc/functions/manhole.txt
parent9c649056dc45d39e88036bdb2bb373c477f8571f (diff)
parent255cf7c47f76a6e2f12fc809473ce513c294dfa4 (diff)
downloadserverdata-jesusalva/inns.tar.gz
serverdata-jesusalva/inns.tar.bz2
serverdata-jesusalva/inns.tar.xz
serverdata-jesusalva/inns.zip
Merge branch 'master' into jesusalva/innsjesusalva/inns
Diffstat (limited to 'npc/functions/manhole.txt')
-rw-r--r--npc/functions/manhole.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/manhole.txt b/npc/functions/manhole.txt
index 54449d78..3af18537 100644
--- a/npc/functions/manhole.txt
+++ b/npc/functions/manhole.txt
@@ -59,7 +59,7 @@ function script manhole_interact {
// Would be nice to customize but not needed atm
// 1 mob for every 30 levels (level 99 players spawn 4 mobs)
// Note that food type is currently disregarded (and it accepts any healing item)
- .@monsterId=any(slime, Croc, LittleBlub, CaveMaggot);
+ .@monsterId=any(Slime, Croc, LittleBlub, CaveMaggot);
.@mobGID = monster(.@m$, .@x, .@y, strmobinfo(1, .@monsterId), .@monsterId, (BaseLevel/30)+1);
unitattack(.@mobGID, getcharid(CHAR_ID_ACCOUNT)); // "It's not aggressive"? We don't care.
}