mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 20:17:15 +01:00
Adds Gooborgs & Toggleable Stomach Glowing for Borgs (#17280)
* Gooborgs! add: Adds gooborgs! Sprites from Toriate code: Robotic eswords and batons now count as robotic weapons and trigger appropriate sprites. * shocker * cargofix * some more * sendit * rest sprites * mmoree * Glowy tummies Will make all the catborg sprites scream, but let's see what the UT says * FIXES MORE SPRITES AAAAAAAAAAAAAAAA * License * fixed sprites * better handling * rewrite * bonus damage * Fixes stunbaton * status check * Makes BCS remove the charge properly * charge * subsystem
This commit is contained in:
@@ -416,6 +416,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