adonthell-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[adonthell-wastesedge-commits] Release_0-3-1 9bab4a2 103/237: REMOVED fi


From: Kai Sterker
Subject: [adonthell-wastesedge-commits] Release_0-3-1 9bab4a2 103/237: REMOVED files that were no longer needed
Date: Mon, 25 Jul 2016 18:15:00 +0000 (UTC)

tag: Release_0-3-1
commit 9bab4a274b2ddf263eb59c51393f44edb685e960
Author: adondev <adondev>
Commit: adondev <adondev>

    REMOVED files that were no longer needed
---
 scripts/events/kitchen_to_common.py |    4 ----
 scripts/events/kitchen_to_yard.py   |    4 ----
 scripts/events/parlor_to_common.py  |    4 ----
 scripts/events/yard_to_inn.py       |    5 -----
 4 files changed, 17 deletions(-)

diff --git a/scripts/events/kitchen_to_common.py 
b/scripts/events/kitchen_to_common.py
deleted file mode 100755
index 4d6d74d..0000000
--- a/scripts/events/kitchen_to_common.py
+++ /dev/null
@@ -1,4 +0,0 @@
-from events import switch_submap
-
-# -- Kitchen to Common Room
-switch_submap (characters [name], 1, 1, 7, STAND_NORTH)
diff --git a/scripts/events/kitchen_to_yard.py 
b/scripts/events/kitchen_to_yard.py
deleted file mode 100755
index 0e89523..0000000
--- a/scripts/events/kitchen_to_yard.py
+++ /dev/null
@@ -1,4 +0,0 @@
-from events import switch_submap
-
-# -- From Kitchen to Yard
-switch_submap (characters [name], 0, 12, 14, STAND_EAST)
diff --git a/scripts/events/parlor_to_common.py 
b/scripts/events/parlor_to_common.py
deleted file mode 100755
index 1398710..0000000
--- a/scripts/events/parlor_to_common.py
+++ /dev/null
@@ -1,4 +0,0 @@
-from events import switch_submap
-
-# -- From Parlour to Common Room
-switch_submap (characters [name], 1, 13, 4, STAND_WEST)
diff --git a/scripts/events/yard_to_inn.py b/scripts/events/yard_to_inn.py
deleted file mode 100755
index bcfe126..0000000
--- a/scripts/events/yard_to_inn.py
+++ /dev/null
@@ -1,5 +0,0 @@
-from events import switch_submap
-
-# -- From Yard to Common Room
-map_engine.get_landmap ().get_mapobject (0).get_animation (0).next_frame ()
-switch_submap (characters [name], 1, 13, 7, STAND_NORTH)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]