* Update human.dm

* Update robot.dm

* Update simple_hud.dm
This commit is contained in:
lm40
2021-06-27 12:10:07 -04:00
committed by Chompstation Bot
parent 3111c1beee
commit af32042b15
3 changed files with 4 additions and 4 deletions

View File

@@ -292,7 +292,7 @@
zone_sel.color = HUD.ui_color
zone_sel.alpha = HUD.ui_alpha
zone_sel.cut_overlays()
zone_sel.add_overlay(image('icons/mob/zone_sel.dmi', "[zone_sel.selecting]"))
zone_sel.update_icon()
hud_elements |= zone_sel
//Handle the gun settings buttons

View File

@@ -142,7 +142,7 @@ var/obj/screen/robot_inventory
zone_sel.icon = HUD.ui_style
zone_sel.alpha = HUD.ui_alpha
zone_sel.cut_overlays()
zone_sel.add_overlay(image('icons/mob/zone_sel.dmi', "[zone_sel.selecting]"))
zone_sel.update_icon()
//Handle the gun settings buttons
gun_setting_icon = new /obj/screen/gun/mode(null)
@@ -241,4 +241,4 @@ var/obj/screen/robot_inventory
/mob/living/silicon/robot/update_hud()
if(modtype)
hands.icon_state = lowertext(modtype)
..()
..()