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/009-2/lena.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/009-2/lena.txt')
-rw-r--r-- | world/map/npc/009-2/lena.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/world/map/npc/009-2/lena.txt b/world/map/npc/009-2/lena.txt index 6f22030a..27a88310 100644 --- a/world/map/npc/009-2/lena.txt +++ b/world/map/npc/009-2/lena.txt @@ -31,8 +31,8 @@ L_Lena_Approves: callsub S_Update_Var; mes "[Lena]"; mes "\"You look like you can handle yourself in a fight. If you can take on this scourge I'll reward you with a hat like mine. In order to prove your mettle, bring me 10 Bandit Hoods so I know they've met their match.\""; - areamonster "008-1",25,60,40,65,"Bandit",1064,3, "::"; - areamonster "011-1",35,40,65,60,"Bandit",1064,3, "::"; + areamonster "008-1",25,60,40,65,"",1064,3; + areamonster "011-1",35,40,65,60,"",1064,3; goto L_Close; L_Lena_No_Fan: @@ -73,8 +73,8 @@ L_Lena_Bandit_Leader: L_LBL_Yes: set @state, 3; callsub S_Update_Var; - areamonster "008-1",25,60,40,65,"Bandit",1064,3, "::"; - areamonster "011-1",35,40,65,60,"Bandit",1064,3, "::"; + areamonster "008-1",25,60,40,65,"",1064,3; + areamonster "011-1",35,40,65,60,"",1064,3; mes "[Lena]"; mes "\"You have a brave heart. Though I know you can succeed on your own, I recommend finding others to help you defeat the bandit leader. I believe he could pose a significant threat to solitary individuals seeking to challenge him. Good luck!\""; goto L_Close; |