From e1f6688bd732637b6e96e680e32c6366e47f3854 Mon Sep 17 00:00:00 2001 From: Heroman Date: Fri, 1 Oct 2021 05:20:21 +1000 Subject: [PATCH] Removes geese from immedeate tether surroundings --- maps/tether/tether_things.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/maps/tether/tether_things.dm b/maps/tether/tether_things.dm index 037ea6cb3b..f187141ac1 100644 --- a/maps/tether/tether_things.dm +++ b/maps/tether/tether_things.dm @@ -473,6 +473,5 @@ var/global/list/latejoin_tram = list() prob_fall = 50 mobs_to_pick_from = list( /mob/living/simple_mob/animal/passive/gaslamp = 300, - /mob/living/simple_mob/animal/space/goose/virgo3b = 100, - /mob/living/simple_mob/vore/alienanimals/teppi = 5 + /mob/living/simple_mob/vore/alienanimals/teppi = 4 )