From 404740d784c5f467c332e48b13657ca160229cdf Mon Sep 17 00:00:00 2001 From: Armhulen Date: Sun, 22 Oct 2017 11:54:42 -0700 Subject: [PATCH 1/2] Adds spiders to the shapeshift menu! (#31896) * >gondolas * :( --- code/modules/spells/spell_types/shapeshift.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/spells/spell_types/shapeshift.dm b/code/modules/spells/spell_types/shapeshift.dm index 63c840a9b0..c32c45c86a 100644 --- a/code/modules/spells/spell_types/shapeshift.dm +++ b/code/modules/spells/spell_types/shapeshift.dm @@ -18,6 +18,7 @@ /mob/living/simple_animal/pet/dog/corgi,\ /mob/living/simple_animal/hostile/carp/ranged/chaos,\ /mob/living/simple_animal/bot/ed209,\ + /mob/living/simple_animal/hostile/poison/giant_spider/hunter/viper,\ /mob/living/simple_animal/hostile/construct/armored) /obj/effect/proc_holder/spell/targeted/shapeshift/cast(list/targets,mob/user = usr)