Files
2026-03-08 19:44:08 -04:00

9 lines
328 B
Plaintext

GLOBAL_VAR_INIT(roundend_mapvote_called, FALSE)
/obj/docking_port/mobile/emergency/check()
. = ..()
if(mode == SHUTTLE_CALL && !SSshuttle.can_recall() && !GLOB.roundend_mapvote_called)
var/datum/vote/current_vote = SSvote.current_vote
if(!istype(current_vote, /datum/vote/map_vote))
SSsecurity_level.offset_map_vote()