mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-22 05:34:49 +01:00
[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:
committed by
GitHub
parent
4a4293a9e4
commit
2cd485cbba
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user