better inhands
This commit is contained in:
@@ -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 |
Reference in New Issue
Block a user