mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
Zombies now stay dead if they suicide (#30941)
* Zombies now stay dead if they suicide * Update items.dm * Update items.dm
This commit is contained in:
committed by
Jordie
parent
202f4732e1
commit
1cae7e2aae
@@ -48,6 +48,8 @@
|
||||
|
||||
if(timer_id)
|
||||
return
|
||||
if(owner.suiciding)
|
||||
return
|
||||
if(owner.stat != DEAD && !converts_living)
|
||||
return
|
||||
if(!iszombie(owner))
|
||||
|
||||
Reference in New Issue
Block a user