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 88aa49d 067/237: Fixed Oliv


From: Kai Sterker
Subject: [adonthell-wastesedge-commits] Release_0-3-1 88aa49d 067/237: Fixed Oliver's teleportation bug.
Date: Mon, 25 Jul 2016 18:14:57 +0000 (UTC)

tag: Release_0-3-1
commit 88aa49d5ce02fb48a230013ac28b2db046b826df
Author: adondev <adondev>
Commit: adondev <adondev>

    Fixed Oliver's teleportation bug.
---
 scripts/dialogues/orloth_start.py |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/scripts/dialogues/orloth_start.py 
b/scripts/dialogues/orloth_start.py
index 309b1a2..336f5d9 100755
--- a/scripts/dialogues/orloth_start.py
+++ b/scripts/dialogues/orloth_start.py
@@ -34,8 +34,10 @@ class orloth_start:
         if oliver.get_val ("goto_players_room") == 2:
             from events import switch_submap
             switch_submap (the_player, 12, 5, 3, 1)
-            switch_submap (oliver, 12, 5, 4, 0)
+            oliver.set_offset (0, 0)
             oliver.set_val ("goto_players_room", 3)
+            oliver.set_val ("todo", 0)
+            switch_submap (oliver, 12, 5, 4, 0)
     
 
 



reply via email to

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