Skip to content

Commit

Permalink
Update emergency.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Iajret committed Oct 9, 2024
1 parent 45dd0c5 commit e4f085b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/shuttle/emergency.dm
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@
color_override = "orange",
)
INVOKE_ASYNC(SSticker, TYPE_PROC_REF(/datum/controller/subsystem/ticker, poll_hearts))
INVOKE_ASYNC(SSvote, TYPE_PROC_REF(/datum/controller/subsystem/vote, initiate_vote), /datum/vote/map_vote, initiator_name = "Map Rotation")
INVOKE_ASYNC(SSvote, TYPE_PROC_REF(/datum/controller/subsystem/vote, initiate_vote), /datum/vote/map_vote, vote_initiator_name = "Map Rotation", forced = TRUE)

if(!is_reserved_level(z))
CRASH("Emergency shuttle did not move to transit z-level!")
Expand Down

0 comments on commit e4f085b

Please sign in to comment.