Refactors revenants to basic mobs (#30661)

This commit is contained in:
PollardTheDragon
2025-10-28 13:26:16 +00:00
committed by GitHub
parent 0f250ed33d
commit a3b2c3a251
13 changed files with 65 additions and 63 deletions
+1 -1
View File
@@ -95,7 +95,7 @@
if(!isliving(entered))
return
var/mob/living/victim = entered
if(istype(victim, /mob/living/simple_animal/revenant))
if(istype(victim, /mob/living/basic/revenant))
return
victim.apply_status_effect(STATUS_EFFECT_RUST_CORRUPTION)