Whoops, proper fix

This commit is contained in:
Markolie
2015-01-16 05:04:38 +01:00
parent 8aa630df06
commit 6264d0b6d0
+1 -1
View File
@@ -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 && !target.parent_type in compatible_mobs))
user << "<span class='notice'>It'd be stupid to curse [target] with a horse's head!</span>"
return