Allows admins to override respawning failure (#10401)

This commit is contained in:
Jiří Barouš
2020-11-01 20:55:08 +01:00
committed by GitHub
parent a9f8bf74ed
commit 47ea58eb47
4 changed files with 34 additions and 25 deletions
@@ -888,7 +888,7 @@ mob/abstract/observer/MayRespawn(var/feedback = 0, var/respawn_type = null)
var/timedifference = world.time- get_death_time(respawn_type)
var/respawn_time = 0
if (respawn_type == CREW)
respawn_time = config.respawn_delay *600
respawn_time = config.respawn_delay MINUTES
else if (respawn_type == ANIMAL)
respawn_time = RESPAWN_ANIMAL
else if (respawn_type == MINISYNTH)