mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 13:38:41 +01:00
The cursed hot spring no longer polymorphs critters with incorporeal movement.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user