Necromorph and zombies are now friends (#32798)

* necromorph

* other files

* fix for quick reviving

* bugfix

* Update necro.dm

* Update necro.dm
This commit is contained in:
adacovsk
2022-06-21 23:05:15 -04:00
committed by GitHub
parent f1352e936e
commit 91d18efde8
12 changed files with 252 additions and 319 deletions

View File

@@ -112,7 +112,7 @@ var/list/ventcrawl_machinery = list(/obj/machinery/atmospherics/unary/vent_pump,
/mob/living/simple_animal/hostile/lizard/can_ventcrawl()
return TRUE
/mob/living/simple_animal/hostile/necromorph/leaper/can_ventcrawl()
/mob/living/simple_animal/hostile/necro/necromorph/leaper/can_ventcrawl()
return TRUE
/mob/living/simple_animal/shade/can_ventcrawl()