diff --git a/code/modules/vore/eating/vorepanel_vr.dm b/code/modules/vore/eating/vorepanel_vr.dm index 80a1def4557..1e468cc7b7c 100644 --- a/code/modules/vore/eating/vorepanel_vr.dm +++ b/code/modules/vore/eating/vorepanel_vr.dm @@ -12,7 +12,16 @@ var/global/list/belly_colorable_only_fullscreens = list("a_synth_flesh_mono", "a_synth_flesh_mono_hole", "a_anim_belly", - "multi_layer_test_tummy") + "multi_layer_test_tummy", + "gematically_angular", + "entrance_to_a_tumby", + "passage_to_a_tumby", + "destination_tumby", + "destination_tumby_fluidless", + "post_tumby_passage", + "post_tumby_passage_fluidless", + "not_quite_tumby", + "could_it_be_a_tumby") /mob/living var/datum/vore_look/vorePanel diff --git a/icons/mob/screen_full_colorized_vore.dmi b/icons/mob/screen_full_colorized_vore.dmi index b98efc9fc3b..d4bf393e17c 100644 Binary files a/icons/mob/screen_full_colorized_vore.dmi and b/icons/mob/screen_full_colorized_vore.dmi differ diff --git a/icons/mob/screen_full_colorized_vore_overlays.dmi b/icons/mob/screen_full_colorized_vore_overlays.dmi index d9678c3ff26..77c45a57ec1 100644 Binary files a/icons/mob/screen_full_colorized_vore_overlays.dmi and b/icons/mob/screen_full_colorized_vore_overlays.dmi differ diff --git a/icons/mob/screen_full_vore.dmi b/icons/mob/screen_full_vore.dmi index cdce06618f1..376a39399b5 100644 Binary files a/icons/mob/screen_full_vore.dmi and b/icons/mob/screen_full_vore.dmi differ