summaryrefslogtreecommitdiff
path: root/npc/000-2-3/hammock.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/000-2-3/hammock.txt')
-rw-r--r--npc/000-2-3/hammock.txt17
1 files changed, 0 insertions, 17 deletions
diff --git a/npc/000-2-3/hammock.txt b/npc/000-2-3/hammock.txt
deleted file mode 100644
index 0ceeadbf..00000000
--- a/npc/000-2-3/hammock.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-// Evol scripts.
-// Author:
-// Reid
-// Description:
-// Animated hammock at the top level of the ship.
-
-000-2-3,28,24,0 script #name5 NPC_LEFT_HAMMOCK,1,0,{
-
-OnTouch:
- hamTouchRight;
-
-OnUnTouch:
- hamUnTouch;
-
-OnTimer5440:
- hamTimerRight;
-}