fixes the fix

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