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:
DZD
2015-01-16 16:39:12 -05:00
parent 5307d376da
commit 475ca3f666
5 changed files with 36 additions and 12 deletions
+2 -2
View File
@@ -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