mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-21 04:48:18 +01:00
Kills arrivals timers on the Horizon. (#13570)
Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
@@ -501,7 +501,8 @@
|
||||
if(!current_map.command_spawn_enabled || spawning_at != "Arrivals Shuttle" && spawning_at != "Cryogenic Storage" && spawning_at != "Living Quarters Lift")
|
||||
return EquipRank(H, rank, 1)
|
||||
|
||||
H.centcomm_despawn_timer = addtimer(CALLBACK(H, /mob/living/.proc/centcomm_timeout), 10 MINUTES, TIMER_STOPPABLE)
|
||||
if("Arrivals Shuttle" in current_map.allowed_spawns)
|
||||
H.centcomm_despawn_timer = addtimer(CALLBACK(H, /mob/living/.proc/centcomm_timeout), 10 MINUTES, TIMER_STOPPABLE)
|
||||
|
||||
var/datum/job/job = GetJob(rank)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user