[MIRROR] circuit diagnostic status icon changes (#6019)
* circuit diagnostic status icon changes * circuit diagnostic status icon changes (#36218) * circuit diagnostic hud revisit warning icon replaced with red versions of prefered icons, new icons added to the AR interface * did this fix it? * ok how about now put all the new icons at the end of the file instead of at different places inside
This commit is contained in:
committed by
Poojawa
parent
c8004a088e
commit
889ff6fa08
@@ -446,14 +446,14 @@
|
||||
var/image/holder = hud_list[DIAG_STAT_HUD]
|
||||
var/icon/I = icon(icon, icon_state, dir)
|
||||
holder.pixel_y = I.Height() - world.icon_size
|
||||
if((!isturf(loc))||hide) //if not on the ground dont show overlay
|
||||
if((!isturf(loc))||hide) //if not on the ground don't show overlay
|
||||
holder.icon_state = null
|
||||
else if(!battery)
|
||||
holder.icon_state = "hudoffline"
|
||||
else if(battery.charge == 0)
|
||||
holder.icon_state = "hudoffline"
|
||||
else if(combat_circuits) //has a circuit that can harm people
|
||||
holder.icon_state = "hudwarn"
|
||||
holder.icon_state = prefered_hud_icon + "-red"
|
||||
else //Bot is on and not dangerous
|
||||
holder.icon_state = prefered_hud_icon
|
||||
|
||||
|
||||
Reference in New Issue
Block a user