Changeset - 810ca47e0844
[Not reviewed]
default
0 1 0
Silverwing - 5 years ago 2019-07-21 15:44:41

Fix ending. If nobody knows about dead rayfish, it is not dead
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
startup.lua
Show inline comments
 
@@ -171,7 +171,7 @@ end
 
function prepare_ending(nstate)
 
    if atl_mtr_finished_jones then
 
        atlantis_state = 4;
 
    elseif atl_iyh_shockfish_dead then
 
    elseif atl_rep_dyp < 0 then
 
        atlantis_state = 5;
 
    elseif iraa_wand then
 
        atlantis_state = 1;
0 comments (0 inline, 0 general)