From 8aa630df0663ddc46335c8f1fd372eaa016b2b23 Mon Sep 17 00:00:00 2001 From: Markolie Date: Fri, 16 Jan 2015 05:03:47 +0100 Subject: [PATCH] Horsehead spell fix --- 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 9766d356232..49ed9431695 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)) + 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