mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Refactors revenants to basic mobs (#30661)
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user