summaryrefslogtreecommitdiff
path: root/npc/000-2-1/devis.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/000-2-1/devis.txt')
-rw-r--r--npc/000-2-1/devis.txt16
1 files changed, 0 insertions, 16 deletions
diff --git a/npc/000-2-1/devis.txt b/npc/000-2-1/devis.txt
deleted file mode 100644
index 5071dfb7..00000000
--- a/npc/000-2-1/devis.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-// Evol scripts.
-// Authors:
-// Alige
-// Reid
-// Vasily_Makarov
-// Description:
-// Sleeping and grumbling NPC.
-
-000-2-1,32,38,0 script Devis NPC_HAMMOC,{
- asleep;
- close;
-
-OnInit:
- .distance = 2;
- end;
-}