mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 03:25:49 +01:00
Revert horsemask.dm
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user