Merge pull request #6559 from Citadel-Station-13/upstream-merge-37501

[MIRROR] Fixes missing icons
This commit is contained in:
deathride58
2018-05-02 01:19:58 +00:00
committed by GitHub
10 changed files with 8 additions and 4 deletions
@@ -239,6 +239,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'
+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'