From b22e05f982b19cc0ebca1e3ccf7d085beb5f7226 Mon Sep 17 00:00:00 2001 From: Stefan Beller Date: Mon, 25 Oct 2010 23:46:43 +0200 Subject: 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? --- npc/009-4/waric.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/009-4/waric.txt') 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 +} -- cgit v1.2.3-70-g09d2