mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 22:42:26 +01:00
Latejoin cryo changes (#12539)
This commit is contained in:
@@ -423,7 +423,7 @@
|
||||
break
|
||||
|
||||
Debug("ER/([H]): Completed.")
|
||||
|
||||
H.megavend = 1
|
||||
return H
|
||||
|
||||
/mob/living/carbon/human
|
||||
@@ -500,7 +500,7 @@
|
||||
Debug("EP/([H]): Abort, H is AI.")
|
||||
return EquipRank(H, rank, 1)
|
||||
|
||||
if(!current_map.command_spawn_enabled || spawning_at != "Arrivals Shuttle")
|
||||
if(!current_map.command_spawn_enabled || spawning_at != "Arrivals Shuttle" && spawning_at != "Cryogenic Storage")
|
||||
return EquipRank(H, rank, 1)
|
||||
|
||||
H.centcomm_despawn_timer = addtimer(CALLBACK(H, /mob/living/.proc/centcomm_timeout), 10 MINUTES, TIMER_STOPPABLE)
|
||||
@@ -509,7 +509,7 @@
|
||||
|
||||
H.job = rank
|
||||
|
||||
if(spawning_at != "Arrivals Shuttle" || job.latejoin_at_spawnpoints)
|
||||
if(spawning_at != "Arrivals Shuttle" && spawning_at != "Cryogenic Storage" || job.latejoin_at_spawnpoints)
|
||||
return EquipRank(H, rank, 1)
|
||||
|
||||
var/list/spawn_in_storage = list()
|
||||
|
||||
Reference in New Issue
Block a user