diff --git a/code/datums/spells/horsemask.dm b/code/datums/spells/horsemask.dm index 499939820ff..9766d356232 100644 --- a/code/datums/spells/horsemask.dm +++ b/code/datums/spells/horsemask.dm @@ -26,7 +26,7 @@ if(!target) return - if((!target.type in compatible_mobs && !target.parent_type in compatible_mobs)) + if(!(target.type in compatible_mobs)) user << "It'd be stupid to curse [target] with a horse's head!" return