Merge pull request #9948 from Ghommie/Ghommie-cit393

Morgues no longer go "ammunition depleted"
This commit is contained in:
Lin
2019-11-28 19:12:25 +00:00
committed by GitHub
2 changed files with 1 additions and 1 deletions
+1 -1
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