summaryrefslogtreecommitdiff
path: root/npc/009-4/waric.txt
diff options
context:
space:
mode:
authorStefan Beller <stefanbeller@googlemail.com>2010-10-25 23:46:43 +0200
committerStefan Beller <stefanbeller@googlemail.com>2010-11-07 14:52:31 +0100
commitb22e05f982b19cc0ebca1e3ccf7d085beb5f7226 (patch)
tree944395d865febd7cc89187966256e511c1189100 /npc/009-4/waric.txt
parent53bb3103e3a82c4f95b01b62449a0cec616871d5 (diff)
downloadserverdata-b22e05f982b19cc0ebca1e3ccf7d085beb5f7226.tar.gz
serverdata-b22e05f982b19cc0ebca1e3ccf7d085beb5f7226.tar.bz2
serverdata-b22e05f982b19cc0ebca1e3ccf7d085beb5f7226.tar.xz
serverdata-b22e05f982b19cc0ebca1e3ccf7d085beb5f7226.zip
fixed minor bugs in orum/waric
* instead of "Intensity out of range" you die now. * spelling, only typos, no grammar corrected, since their grammar is weird. * header added to orum file. Not done: The bound checking is not corrected yet: Instead of : if (@offsetOne > 12) set @offsetOne, 1; if (@offsetOne < 1) set @offsetOne, 12; you should do: if (@offsetOne > 12) set @offsetOne, @offsetOne - 12; if (@offsetOne < 1) set @offsetOne, @offsetOne + 12; This can handle with steps bigger than 1. Collision layer of the bed in the empty cave must be fixed. Should there be hints how to setup the torches anyway?
Diffstat (limited to 'npc/009-4/waric.txt')
-rw-r--r--npc/009-4/waric.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/009-4/waric.txt b/npc/009-4/waric.txt
index 5fb9fd08..122fb2f7 100644
--- a/npc/009-4/waric.txt
+++ b/npc/009-4/waric.txt
@@ -88,4 +88,4 @@ L_Explain:
warp "008-1.gat", 65, 90;
mes "You awake on your back with a squrrel 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..";
close;
-} \ No newline at end of file
+}