From 9baef0d10404e7956c57b5d36f8185db4df2b09b Mon Sep 17 00:00:00 2001 From: Casey Date: Wed, 27 Oct 2021 11:20:10 -0400 Subject: [PATCH 1/2] Merge pull request #11641 from Heroman3003/goos-b-gun 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 92b9b10b9a..8eeecd2d37 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 )