Bug fixes

This commit is contained in:
Markolie
2015-02-24 18:57:12 +01:00
parent 140e767c01
commit b44255d250
7 changed files with 14 additions and 8 deletions
+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))
user << "<span class='notice'>It'd be stupid to curse [target] with a horse's head!</span>"
return