[MIRROR] Adds Gooborgs & Toggleable Stomach Glowing for Borgs (#10418)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-03-14 17:43:00 -07:00
committed by GitHub
parent 4a4293a9e4
commit 2cd485cbba
50 changed files with 546 additions and 92 deletions
+4
View File
@@ -663,6 +663,10 @@ var/global/list/belly_colorable_only_fullscreens = list("a_synth_flesh_mono",
var/obj/belly/NB = new(host)
NB.name = new_name
host.vore_selected = NB
//Ensures that new stomachs that are made have the same silicon overlay pref as the first stomach.
if(LAZYLEN(host.vore_organs))
var/obj/belly/belly_to_check = host.vore_organs[1]
NB.silicon_belly_overlay_preference = belly_to_check.silicon_belly_overlay_preference
unsaved_changes = TRUE
return TRUE
if("importpanel")