From 7b182152a69fa74a286e2d3398b93a5f74ef60bd Mon Sep 17 00:00:00 2001 From: Reid Date: Mon, 2 Feb 2015 01:30:27 +0100 Subject: Add two missing hammocks. --- npc/000-2-1/hammock.txt | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/npc/000-2-1/hammock.txt b/npc/000-2-1/hammock.txt index 8b9e20fa..848d5638 100644 --- a/npc/000-2-1/hammock.txt +++ b/npc/000-2-1/hammock.txt @@ -123,7 +123,24 @@ OnTimer5440: end; } -000-2-1,37,38,0 script #hammock8 905,1,0,{ +000-2-1,32,40,0 script #hammock8 904,1,0,{ + +OnTouchFirst: + setnpcdir 0; + close; + +OnUnTouchAll: + setnpcdir 2; + initnpctimer; + close; + +OnTimer5440: + setnpcdir 0; + stopnpctimer; + end; +} + +000-2-1,37,40,0 script #hammock8 905,1,0,{ OnTouchFirst: setnpcdir 0; -- cgit v1.2.3-70-g09d2