diff --git a/code/modules/shuttle/emergency.dm b/code/modules/shuttle/emergency.dm index c23c370f47e..9d181ba3255 100644 --- a/code/modules/shuttle/emergency.dm +++ b/code/modules/shuttle/emergency.dm @@ -559,7 +559,7 @@ color_override = "orange", ) INVOKE_ASYNC(SSticker, TYPE_PROC_REF(/datum/controller/subsystem/ticker, poll_hearts)) - // SSmapping.mapvote() //If no map vote has been run yet, start one. - BUBBER EDIT we have our own map vote + // INVOKE_ASYNC(SSvote, TYPE_PROC_REF(/datum/controller/subsystem/vote, initiate_vote), /datum/vote/map_vote, vote_initiator_name = "Map Rotation", forced = TRUE) // BUBBER EDIT REMOVAL we have our own map vote if(!is_reserved_level(z)) CRASH("Emergency shuttle did not move to transit z-level!")