This commit is contained in:
Ghommie
2019-01-18 06:54:48 +01:00
parent 2b68547f8d
commit 4cefeb9ce2
4 changed files with 20 additions and 5 deletions
@@ -311,10 +311,6 @@
if(!S || S.icon_state == "none")
continue
var/mutable_appearance/genital_overlay = mutable_appearance(S.icon, layer = -layer)
if(S.alt_aroused)
G.aroused_state = H.isPercentAroused(G.aroused_amount)
else
G.aroused_state = FALSE
genital_overlay.icon_state = "[G.slot]_[S.icon_state]_[size]_[G.aroused_state]_[layertext]"
if(S.center)
@@ -1,4 +1,4 @@
/datum/sprite_accessory
/datum/
var/alt_aroused = FALSE //CIT CODE if this is TRUE, then the genitals will use an alternate icon_state when aroused.
@@ -100,6 +100,7 @@
/datum/sprite_accessory/breasts/pair
icon_state = "pair"
name = "Pair"
alt_aroused = TRUE
//OVIPOSITORS BE HERE