Merge pull request #37501 from ShizCalev/icon-fixes

Fixes missing icons
This commit is contained in:
Jordan Brown
2018-04-28 15:55:56 -04:00
committed by CitadelStationBot
parent 803d3b59fd
commit db142667b7
13 changed files with 11 additions and 4 deletions
@@ -238,6 +238,7 @@
name = "tape"
desc = "A magnetic tape that can hold up to ten minutes of content."
icon_state = "tape_white"
icon = 'icons/obj/device.dmi'
item_state = "analyzer"
lefthand_file = 'icons/mob/inhands/equipment/tools_lefthand.dmi'
righthand_file = 'icons/mob/inhands/equipment/tools_righthand.dmi'
@@ -18,6 +18,7 @@ effective or pretty fucking useless.
/obj/item/device/batterer
name = "mind batterer"
desc = "A strange device with twin antennas."
icon = 'icons/obj/device.dmi'
icon_state = "batterer"
throwforce = 5
w_class = WEIGHT_CLASS_TINY
+1 -1
View File
@@ -383,7 +383,7 @@
name = "stick"
desc = "A great tool to drag someone else's drinks across the bar."
icon = 'icons/obj/items_and_weapons.dmi'
icon_state = "stick"
icon_state = "cane"
item_state = "stick"
lefthand_file = 'icons/mob/inhands/weapons/melee_lefthand.dmi'
righthand_file = 'icons/mob/inhands/weapons/melee_righthand.dmi'