From 4d9cd0e16f39ef91d342a0b2bd8a9431476fb8a7 Mon Sep 17 00:00:00 2001 From: Arokha Sieyes Date: Mon, 30 Apr 2018 15:32:07 -0400 Subject: [PATCH] Swap infinite taser spider with hunter spider For #3569 --- maps/tether/tether_things.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maps/tether/tether_things.dm b/maps/tether/tether_things.dm index eecf90edff..9c84587435 100644 --- a/maps/tether/tether_things.dm +++ b/maps/tether/tether_things.dm @@ -407,7 +407,7 @@ var/global/list/latejoin_tram = list() guard = 20 mobs_to_pick_from = list( /mob/living/simple_animal/hostile/jelly = 3, - /mob/living/simple_animal/hostile/giant_spider/electric = 1, + /mob/living/simple_animal/hostile/giant_spider/hunter = 1, /mob/living/simple_animal/hostile/giant_spider/phorogenic = 1, /mob/living/simple_animal/hostile/giant_spider/lurker = 1, )