Halloween race fixes

This commit is contained in:
KorPhaeron
2017-10-29 12:31:26 -05:00
committed by CitadelStationBot
parent fd2705b6e6
commit edfc86c895
4 changed files with 161 additions and 9 deletions
@@ -22,6 +22,11 @@
/mob/living/simple_animal/hostile/construct/armored)
/obj/effect/proc_holder/spell/targeted/shapeshift/cast(list/targets,mob/user = usr)
if(src in user.mob_spell_list)
user.mob_spell_list.Remove(src)
user.mind.AddSpell(src)
if(user.buckled)
user.buckled.unbuckle_mob(src,force=TRUE)
for(var/mob/living/M in targets)
if(!shapeshift_type)
var/list/animal_list = list()