Refactors revenants to basic mobs (#30661)

This commit is contained in:
PollardTheDragon
2025-10-28 09:26:16 -04:00
committed by GitHub
parent 0f250ed33d
commit a3b2c3a251
13 changed files with 65 additions and 63 deletions
+1 -1
View File
@@ -359,7 +359,7 @@
return 0 SECONDS // sure
if(!isanimal_or_basicmob(flipper))
return 0 SECONDS
if(istype(flipper, /mob/living/simple_animal/revenant))
if(istype(flipper, /mob/living/basic/revenant))
return 0 SECONDS // funny ghost table
switch(flipper.mob_size)
if(MOB_SIZE_TINY)