The cursed hot spring no longer polymorphs critters with incorporeal movement.

This commit is contained in:
Ghom
2020-12-25 01:47:35 +01:00
committed by GitHub
parent c41490da41
commit 4b9fc5e8df
@@ -22,7 +22,7 @@ GLOBAL_LIST_EMPTY(cursed_minds)
if(!isliving(thing))
return
var/mob/living/L = thing
if(!L.client)
if(!L.client || L.incorporeal_move)
return
if(GLOB.cursed_minds[L.mind])
return