summaryrefslogtreecommitdiff
path: root/npc/functions/manhole.txt
diff options
context:
space:
mode:
authorMicksha <ms-shaman@gmx.de>2019-10-10 11:39:22 +0000
committerMicksha <ms-shaman@gmx.de>2019-10-10 11:39:22 +0000
commit81b6183ad26dc4675fbf3dfeb3fa7ad90ebce6ac (patch)
tree195cb41a38767474598754010f8e81442e10f795 /npc/functions/manhole.txt
parentaf234f546317933cfaeac330ba233c42c84f490b (diff)
downloadserverdata-81b6183ad26dc4675fbf3dfeb3fa7ad90ebce6ac.tar.gz
serverdata-81b6183ad26dc4675fbf3dfeb3fa7ad90ebce6ac.tar.bz2
serverdata-81b6183ad26dc4675fbf3dfeb3fa7ad90ebce6ac.tar.xz
serverdata-81b6183ad26dc4675fbf3dfeb3fa7ad90ebce6ac.zip
Change Slime-Littleslime to LittleSlime
Should be more internally consistent
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.
}