Commit b7236e2afd6b82718c39bd26ed9109d44268b6f5
1 parent
9f4d103d
how to resolve a bug, the chronomancer's way!
Showing
1 changed file
with
5 additions
and
0 deletions
... | ... | @@ -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 | ... | ... |
-
Please register or login to post a comment