From b5e1d766a73c6aba75f1ade1855c8138fa71d5d5 Mon Sep 17 00:00:00 2001 From: Verkister Date: Thu, 6 Apr 2023 15:00:40 +0300 Subject: [PATCH 1/2] Fixes swoopie neck speed again. Gonna have to look a bit deeper into this pesky vorepanel order bug. --- .../code/modules/mob/living/simple_mob/subtypes/vore/swoopie.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 a628274097..e501cb2c05 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 @@ -105,7 +105,7 @@ item_digest_mode = IM_HOLD autotransfer_enabled = TRUE autotransferchance = 100 - autotransferwait = 60 + autotransferwait = 70 autotransferlocation = "Churno-Vac" vore_verb = "suck" belly_fullscreen_color = "#4d4d4d" From 01b9fc6e18a2564f43831f68529c126b9641c108 Mon Sep 17 00:00:00 2001 From: Verkister Date: Thu, 6 Apr 2023 15:56:40 +0300 Subject: [PATCH 2/2] Update swoopie.dm --- .../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 e501cb2c05..f499d252e8 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 @@ -20,6 +20,7 @@ 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" say_list_type = /datum/say_list/swoopie + ai_holder_type = /datum/ai_holder/simple_mob/retaliate var/static/list/crew_creatures = list( /mob/living/simple_mob/protean_blob, /mob/living/simple_mob/slime/promethean)