Fixes horsemask

This commit is contained in:
chopchop1614
2016-08-02 19:00:04 +01:00
parent db066016b2
commit 7f2f40d0bd
+1 -1
View File
@@ -26,7 +26,7 @@
if(!target)
return
if((target.type in compatible_mobs) || ishuman(target))
if((!target.type in compatible_mobs) || ishuman(target))
to_chat(user, "<span class='notice'>It'd be stupid to curse [target] with a horse's head!</span>")
return