Skip to content
Snippets Groups Projects
Commit f1afd2c7 authored by dg's avatar dg
Browse files

paradox rift

git-svn-id: http://svn.net-core.org/repos/t-engine4@3073 51575b47-30f0-44d4-a5cc-537603b46e54
parent 6721b94e
No related branches found
No related tags found
No related merge requests found
......@@ -105,6 +105,11 @@ generate = function(self, player, x, y)
game.logSeen(self, "#LIGHT_BLUE#All those events never happened. Except they did, somewhen.")
game:setAllowedBuild("chronomancer_paradox_mage", true)
world:gainAchievement("PARADOX_NOW", p)
local rift = game.zone:makeEntityByName(game.level, "terrain", "RIFT")
rift.change_level_check = function() game.log("This rift in time has been created by the paradox. You dare not enter it, it could make things worse. An other one will have to fix you mess.") return true end
game.zone:addEntity(game.level, rift, "terrain", self.x, self.y)
self.on_die = nil
self:die()
return true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment