This commit is contained in:
ShizCalev
2020-07-05 19:45:36 -04:00
parent 704aa41a84
commit 87dc1306fb
2 changed files with 3 additions and 2 deletions
+3 -2
View File
@@ -152,10 +152,11 @@
var/obj/item/ammo_casing/energy/shot = ammo_type[select]
temp_icon_to_use += "[shot.select_name]"
temp_icon_to_use += "[ratio]"
if(!skip_inhand)
inhand_icon_state = "[temp_icon_to_use][ratio]"
inhand_icon_state = temp_icon_to_use
if(!skip_worn_icon)
worn_icon_state = "[temp_icon_to_use][ratio*25]"
worn_icon_state = temp_icon_to_use
/obj/item/gun/energy/update_overlays()
Binary file not shown.

Before

Width:  |  Height:  |  Size: 108 KiB

After

Width:  |  Height:  |  Size: 106 KiB