mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
Wizard Update Part 8
- Fixes horsemask spell to work on non-human races. - Removes ability of Summon Item to mark and recall brains due to problems with organ system. - Makes weeping angels turn back to their human form after Flesh to Stone wears off if they were created via F to S and the Staff of Animation. (/tg/ port)
This commit is contained in:
@@ -22,11 +22,11 @@
|
||||
return
|
||||
|
||||
var/mob/living/carbon/target = targets[1]
|
||||
|
||||
|
||||
if(!target)
|
||||
return
|
||||
|
||||
if(!(target.type in compatible_mobs))
|
||||
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