diff --git a/code/datums/spells/horsemask.dm b/code/datums/spells/horsemask.dm index 787e58ec9f7..9b0890515f5 100644 --- a/code/datums/spells/horsemask.dm +++ b/code/datums/spells/horsemask.dm @@ -26,7 +26,8 @@ if(!target) return - if((!target.type in compatible_mobs) || ishuman(target)) + + if(!is_type_in_list(target, compatible_mobs)) to_chat(user, "It'd be stupid to curse [target] with a horse's head!") return