Morgues no longer go "ammunition depleted"

This commit is contained in:
Ghommie
2019-11-26 22:20:52 +01:00
parent 56bdb36058
commit d6d830b2ec
2 changed files with 1 additions and 1 deletions

View File

@@ -192,7 +192,7 @@ GLOBAL_LIST_EMPTY(bodycontainers) //Let them act as spawnpoints for revenants an
icon_state = "morgue4" // Cloneable
if(mob_occupant.stat == DEAD && beeper)
if(world.time > next_beep)
playsound(src, 'sound/weapons/smg_empty_alarm.ogg', 50, 0) //Clone them you blind fucks
playsound(src, 'sound/machines/beeping_alarm.ogg', 50, 0) //Clone them you blind fucks
next_beep = world.time + beep_cooldown
break

Binary file not shown.