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 177b48f 060/237: Changed ma


From: Kai Sterker
Subject: [adonthell-wastesedge-commits] Release_0-3-1 177b48f 060/237: Changed map - it now has a member to prevent NPCs to be accidentally
Date: Mon, 25 Jul 2016 18:14:57 +0000 (UTC)

tag: Release_0-3-1
commit 177b48f1ac216578be295506250afa74c16677fb
Author: adondev <adondev>
Commit: adondev <adondev>

    Changed map - it now has a member to prevent NPCs to be accidentally
    teleported.
---
 maps/test.map   |  Bin 1803 -> 1909 bytes
 scripts/init.py |    1 +
 2 files changed, 1 insertion(+)

diff --git a/maps/test.map b/maps/test.map
index 8b2900a..cb3dde0 100755
Binary files a/maps/test.map and b/maps/test.map differ
diff --git a/scripts/init.py b/scripts/init.py
index 2f4415c..e399478 100755
--- a/scripts/init.py
+++ b/scripts/init.py
@@ -147,6 +147,7 @@ if retval < 5:
 
         # Creates the context for the game start
         map_engine.load_map ("test.map")
+        
         lm = map_engine.get_landmap ()
         the_player.set_val ("gender", MALE)
         the_player.set_val ("race", HALFELF)



reply via email to

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