Horsehead spell fix

This commit is contained in:
Markolie
2015-01-16 05:03:47 +01:00
parent 3d3b1bcd1a
commit 8aa630df06
+1 -1
View File
@@ -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 << "<span class='notice'>It'd be stupid to curse [target] with a horse's head!</span>"
return