From d19d1d39cf67adb1a673ad5fd95b3c7d0ef59d8d Mon Sep 17 00:00:00 2001 From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54> Date: Sun, 17 Apr 2011 17:29:38 +0000 Subject: [PATCH] Random worldmap encounters can not happen at birth git-svn-id: http://svn.net-core.org/repos/t-engine4@3226 51575b47-30f0-44d4-a5cc-537603b46e54 --- game/modules/tome/class/Player.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/modules/tome/class/Player.lua b/game/modules/tome/class/Player.lua index ea7fb1f662..4258c89493 100644 --- a/game/modules/tome/class/Player.lua +++ b/game/modules/tome/class/Player.lua @@ -187,7 +187,7 @@ function _M:move(x, y, force) end -- Update wilderness coords - if game.zone.wilderness then + if game.zone.wilderness and not force then -- Cheat with time game.turn = game.turn + 1000 self.wild_x, self.wild_y = self.x, self.y -- GitLab