- updated decision texts for less grammatical errors
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
- fixed for "only_left" game maxing out before special win - game ends with TO BE CONTINUED at ASC 4
This commit is contained in:
@@ -214,6 +214,11 @@ Screen.register({
|
||||
else
|
||||
text_done_timer = text_done_timer - 1
|
||||
if text_done_timer <= 0 then
|
||||
-- to be continued
|
||||
if 4 <= Ascension.get_level() then
|
||||
Window.set_current("continued")
|
||||
end
|
||||
|
||||
go_to_day_state()
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user