Implements item_state overrides for back slot, hands

Updates backpacks to use the item_state overrides where necessary, fixes #8577
This commit is contained in:
mwerezak
2015-04-23 03:26:18 -04:00
parent 5b037670b3
commit 1bbb19297e
11 changed files with 107 additions and 51 deletions
+2 -2
View File
@@ -4,8 +4,8 @@
desc = "Its a gun. It's pretty terrible, though."
icon = 'icons/obj/gun.dmi'
item_icons = list(
icon_l_hand = 'icons/mob/items/lefthand_guns.dmi',
icon_r_hand = 'icons/mob/items/righthand_guns.dmi',
slot_l_hand_key = 'icons/mob/items/lefthand_guns.dmi',
slot_r_hand_key = 'icons/mob/items/righthand_guns.dmi',
)
icon_state = "detective"
item_state = "gun"