Skip to content

Commit

Permalink
Fix condition in get_sd_eta() proc
Browse files Browse the repository at this point in the history
  • Loading branch information
Zonespace27 committed Nov 25, 2023
1 parent 9e45fbc commit 546ebaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/controllers/subsystem/hijack.dm
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ SUBSYSTEM_DEF(hijack)
return "Complete"

/datum/controller/subsystem/hijack/proc/get_sd_eta()
if(!sd_time_remaining)
if(sd_detonated)
return "Complete"

if(overloaded_generators <= 0)
Expand Down

0 comments on commit 546ebaa

Please sign in to comment.