From 5ea4d4ab2ff3a771393cd79cf1ef538ea24ff227 Mon Sep 17 00:00:00 2001 From: chopchop1614 Date: Sat, 6 Aug 2016 11:32:26 +0100 Subject: [PATCH] Update 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 9b0890515f5..28a77291993 100644 --- a/code/datums/spells/horsemask.dm +++ b/code/datums/spells/horsemask.dm @@ -27,7 +27,7 @@ return - if(!is_type_in_list(target, compatible_mobs)) + if(!ishuman(target)) to_chat(user, "It'd be stupid to curse [target] with a horse's head!") return