Skip to content

Commit

Permalink
Update computer.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzmike committed Jul 29, 2024
1 parent 3971b14 commit eb6d47b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/shuttle/computer.dm
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@
override_being_removed = TRUE
user.visible_message(SPAN_NOTICE("[user] starts to type on [src]."),
SPAN_NOTICE("You try to take back control over the lifeboat. It will take around [remaining_time / 10] seconds."))
while(remaining_time > 20)
while(remaining_time > 20 SECONDS)
if(!do_after(user, 20 SECONDS, INTERRUPT_ALL|INTERRUPT_CHANGED_LYING, BUSY_ICON_HOSTILE, numticks = 20))
to_chat(user, SPAN_WARNING("You fail to remove the lockout!"))
override_being_removed = FALSE
Expand Down

0 comments on commit eb6d47b

Please sign in to comment.