mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 12:37:26 +01:00
adds spawners for NPC zombies (#25873)
* lmao * lol * yes * yeah sure * fix * Apply suggestions from code review Co-authored-by: 1080pCat <96908085+1080pCat@users.noreply.github.com> Signed-off-by: Contrabang <91113370+Contrabang@users.noreply.github.com> * lewc review + duplicate --------- Signed-off-by: Contrabang <91113370+Contrabang@users.noreply.github.com> Co-authored-by: 1080pCat <96908085+1080pCat@users.noreply.github.com>
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
return
|
||||
if(zomboid.client || isLivingSSD(zomboid))
|
||||
return
|
||||
if(zomboid.last_known_ckey && !zomboid.key) // make sure they were player inhabited and not admin ghosted
|
||||
if((zomboid.last_known_ckey || HAS_TRAIT(zomboid, TRAIT_NPC_ZOMBIE)) && !zomboid.key) // make sure they were player inhabited and not admin ghosted
|
||||
mindless_hunger()
|
||||
|
||||
/datum/component/zombie_regen/proc/zombie_rejuv()
|
||||
|
||||
Reference in New Issue
Block a user