From f9494d0d316eafbb17cab0bc76453d9911fef133 Mon Sep 17 00:00:00 2001 From: Markolie Date: Fri, 16 Jan 2015 22:01:09 +0100 Subject: [PATCH] Revert horsemask.dm --- code/datums/spells/horsemask.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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