diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2013-04-13 10:16:10 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2013-04-13 15:10:57 -0700 |
commit | 9c9034116fab44475c9bad57b727a374fbd01ebf (patch) | |
tree | 65a628a11e3b06294f9906257f7dfba4f82eefe5 /world/map/npc/009-4/waric.txt | |
parent | df95c80ad1c48f3563a13d0bf22872ffc0bb7d29 (diff) | |
download | serverdata-9c9034116fab44475c9bad57b727a374fbd01ebf.tar.gz serverdata-9c9034116fab44475c9bad57b727a374fbd01ebf.tar.bz2 serverdata-9c9034116fab44475c9bad57b727a374fbd01ebf.tar.xz serverdata-9c9034116fab44475c9bad57b727a374fbd01ebf.zip |
Refactor torches to avoid a bug and make more consistent and obvious
Also avoid some silliness with rand()
Diffstat (limited to 'world/map/npc/009-4/waric.txt')
-rw-r--r-- | world/map/npc/009-4/waric.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/world/map/npc/009-4/waric.txt b/world/map/npc/009-4/waric.txt index df914e52..c373522a 100644 --- a/world/map/npc/009-4/waric.txt +++ b/world/map/npc/009-4/waric.txt @@ -88,6 +88,7 @@ L_Explain: warp "008-1.gat", 65, 90; getexp @EXP_LEARNED_ALOT, 0; mes "You awake on your back with a squirrel sitting on top of you arranging it's acorns. It quickly gathers them up and runs off as it sees you looking at it them."; + monster "008-1.gat", 65, 90, "Squirrel", 1038, 1; goto L_Close; L_Close: |