From 4be65a96095c7ba93d941ace30131de253e6de0c Mon Sep 17 00:00:00 2001 From: gumi Date: Sun, 4 Mar 2018 18:34:58 -0500 Subject: don't use custom mob names when not necessary --- world/map/npc/functions/evil_obelisk.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'world/map/npc/functions/evil_obelisk.txt') diff --git a/world/map/npc/functions/evil_obelisk.txt b/world/map/npc/functions/evil_obelisk.txt index 5ea50a3b..dbfede0d 100644 --- a/world/map/npc/functions/evil_obelisk.txt +++ b/world/map/npc/functions/evil_obelisk.txt @@ -79,7 +79,7 @@ L_SNAKE: goto L_Summon; L_Summon: - areamonster @map$, @x0, @y0, @x1, @y1, "Evil", @mob_id, @mob_count; + areamonster @map$, @x0, @y0, @x1, @y1, "", @mob_id, @mob_count; goto L_Close; L_NotEnough: -- cgit v1.2.3-60-g2f50