mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 06:00:23 +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:
@@ -45,6 +45,10 @@
|
||||
failed = TRUE
|
||||
if(check_state(RS,"-openpanel_w"))
|
||||
failed = TRUE
|
||||
// Glow State
|
||||
if(RS.has_glow_sprites)
|
||||
if(check_state(RS,"-glow"))
|
||||
failed = TRUE
|
||||
// Bellies
|
||||
if(RS.has_vore_belly_sprites && !RS.belly_capacity_list)
|
||||
if(RS.has_sleeper_light_indicator)
|
||||
@@ -162,6 +166,9 @@
|
||||
rest_style = "rest"
|
||||
if(check_state(RS,"-[rest_style]"))
|
||||
failed = TRUE
|
||||
if(RS.has_glow_sprites)
|
||||
if(check_state(RS,"-[rest_style]-glow"))
|
||||
failed = TRUE
|
||||
// death
|
||||
if(RS.has_dead_sprite)
|
||||
if(check_state(RS,"-wreck"))
|
||||
|
||||
Reference in New Issue
Block a user