And these too

This commit is contained in:
necromanceranne
2020-03-17 02:49:27 +11:00
parent b5872bba63
commit 5eb93eaa56
3 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -1119,7 +1119,7 @@
icon_state = "electrostaff"
item_state = "electrostaff"
else
icon_state = item_state = (on? "electrostaff_1" : "electrostaff")
icon_state = item_state = (on? "electrostaff_1" : "electrostaff_0")
set_light(7, on? 1 : 0, LIGHT_COLOR_CYAN)
/obj/item/twohanded/electrostaff/examine(mob/living/user)