Makes arousal meter invisible when arousal is disabled (#2028)
* makes arousal meter invisible when arousal is disabled * sets the appearance of the arousal meter when the hud is generated * hm * hopefully fixed * cmon * okay NOW it works. it 100% works
This commit is contained in:
@@ -99,7 +99,7 @@
|
||||
if(dna.species.update_arousal_hud())
|
||||
return 0
|
||||
if(!canbearoused)
|
||||
hud_used.arousal.icon_state = "arousal0"
|
||||
hud_used.arousal.icon_state = ""
|
||||
return 0
|
||||
else
|
||||
if(hud_used.arousal)
|
||||
|
||||
Reference in New Issue
Block a user