From 6e9904c81f5ec6359e9cd5a66a5269429f4352a1 Mon Sep 17 00:00:00 2001 From: Verkister Date: Mon, 26 Dec 2022 14:09:56 +0200 Subject: [PATCH] Unlocks the trash eater... The restrictions were added to prevent gamers using bellies for unga gear storage. It would be pretty damn silly for someone to use a big fucking bird for that lol --- .../code/modules/mob/living/simple_mob/subtypes/vore/swoopie.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/modular_chomp/code/modules/mob/living/simple_mob/subtypes/vore/swoopie.dm b/modular_chomp/code/modules/mob/living/simple_mob/subtypes/vore/swoopie.dm index f86ab27e42..6f5883b96a 100644 --- a/modular_chomp/code/modules/mob/living/simple_mob/subtypes/vore/swoopie.dm +++ b/modular_chomp/code/modules/mob/living/simple_mob/subtypes/vore/swoopie.dm @@ -17,6 +17,7 @@ vore_pounce_chance = 100 vore_pounce_maxhealth = 125 has_hands = TRUE + adminbus_trash = TRUE //You know what, sure whatever. It's not like anyone's gonna be taking this bird on unga trips to be their gamer backpack, which kinda was the main reason for the trash eater restrictions in the first place anyway. faction = "neutral" /mob/living/simple_mob/vore/aggressive/corrupthound/swoopie/init_vore()