Revert horsemask.dm

This commit is contained in:
Markolie
2015-01-16 22:01:09 +01:00
parent 8386e32038
commit f9494d0d31
+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))
user << "<span class='notice'>It'd be stupid to curse [target] with a horse's head!</span>"
return