diff --git a/code/datums/spells/horsemask.dm b/code/datums/spells/horsemask.dm index 49ed9431695..499939820ff 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 && !target.parent_type in compatible_mobs)) user << "It'd be stupid to curse [target] with a horse's head!" return