better inhands

This commit is contained in:
kevinz000
2020-02-19 19:10:19 -07:00
parent b66b8ac2a0
commit 8610c7f664
3 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -1123,7 +1123,7 @@
/obj/item/twohanded/electrostaff/update_icon()
. = ..()
var/final = on? "electrostaff_1" : "electrostaff_3"
var/final = wielded? (on? "electrostaff_1" : "electrostaff_3") : "electrostaff"
icon_state = final
item_state = final
set_light(7, on? 1 : 0, LIGHT_COLOR_CYAN)
Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.1 KiB

After

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.2 KiB

After

Width:  |  Height:  |  Size: 9.2 KiB