mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 03:57:48 +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:
@@ -203,6 +203,9 @@ SUBSYSTEM_DEF(robot_sprites)
|
||||
if(findtext(icon, regex("-openpanel_w")))
|
||||
RS.has_custom_open_sprites = TRUE
|
||||
continue
|
||||
if(findtext(icon, regex("-glow")))
|
||||
RS.has_glow_sprites = TRUE
|
||||
continue
|
||||
if(findtext(icon, regex("-\\d-rest")))
|
||||
RS.has_vore_belly_resting_sprites = TRUE
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user