mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
Bug fixes
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user