diff options
author | gumi <git@gumi.ca> | 2018-03-04 18:34:58 -0500 |
---|---|---|
committer | gumi <git@gumi.ca> | 2018-03-07 10:44:10 -0500 |
commit | 4be65a96095c7ba93d941ace30131de253e6de0c (patch) | |
tree | a2ce475ead3d6737d3be3e41748b81fa3cd9aa32 /world/map/npc/001-2/pauline.txt | |
parent | 5cf32b808c560649c0ea33b1cafa96c94ae7a14a (diff) | |
download | serverdata-4be65a96095c7ba93d941ace30131de253e6de0c.tar.gz serverdata-4be65a96095c7ba93d941ace30131de253e6de0c.tar.bz2 serverdata-4be65a96095c7ba93d941ace30131de253e6de0c.tar.xz serverdata-4be65a96095c7ba93d941ace30131de253e6de0c.zip |
don't use custom mob names when not necessary
Diffstat (limited to 'world/map/npc/001-2/pauline.txt')
-rw-r--r-- | world/map/npc/001-2/pauline.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/001-2/pauline.txt b/world/map/npc/001-2/pauline.txt index 6925d554..37cce863 100644 --- a/world/map/npc/001-2/pauline.txt +++ b/world/map/npc/001-2/pauline.txt @@ -175,7 +175,7 @@ L_Pass2Mouboo: L_TrySpellMouboo: mes "The Witch takes " + @pauline_ingredient1$ + " and " + @pauline_ingredient2$ + " and puts them together calling " + get(.invocation$, "summon-mouboo") + "."; - monster "001-1", 55,68, "Good", 1028, 1; + monster "001-1", 55,68, "", 1028, 1; mes "[Pauline]"; mes "\"It worked!\""; set @pauline_state, 3; @@ -238,7 +238,7 @@ L_Pass2Pinkie: L_TrySpellPinkie: mes "The Witch takes " + @pauline_ingredient1$ + " and " + @pauline_ingredient2$ + " and puts them together calling " + get(.invocation$, "summon-pinkie") + "."; - monster "001-1", 54,68, "Good", 1018, 1; + monster "001-1", 54,68, "", 1018, 1; mes "[Pauline]"; mes "\"It worked!\""; set @pauline_state, 4; |