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:
@@ -282,6 +282,7 @@
|
||||
|
||||
//citadel code
|
||||
arousal = new /obj/screen/arousal()
|
||||
arousal.icon_state = (owner.canbearoused == 1 ? "arousal0" : "")
|
||||
infodisplay += arousal
|
||||
|
||||
healthdoll = new /obj/screen/healthdoll()
|
||||
|
||||
Reference in New Issue
Block a user