Commit b7236e2afd6b82718c39bd26ed9109d44268b6f5

Authored by DarkGod
1 parent 9f4d103d

how to resolve a bug, the chronomancer's way!

... ... @@ -18,6 +18,11 @@
18 18 -- darkgod@te4.org
19 19
20 20 local function select(id)
  21 + if not game._chronoworlds then
  22 + game.logPlayer(game.player, "#PURPLE#A paradox has already destroyed other timelines!")
  23 + return
  24 + end
  25 +
21 26 if id == 1 or id == 2 then
22 27 game:chronoRestore("see_threads_"..id, true)
23 28 end
... ...