Halloween race fixes
This commit is contained in:
committed by
CitadelStationBot
parent
fd2705b6e6
commit
edfc86c895
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user