mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-18 03:36:07 +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
@@ -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