Renames inventory slot string key defines

This commit is contained in:
mwerezak
2015-04-23 04:57:03 -04:00
parent 1bbb19297e
commit 3acfe5960e
4 changed files with 29 additions and 28 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(
slot_l_hand_key = 'icons/mob/items/lefthand_guns.dmi',
slot_r_hand_key = 'icons/mob/items/righthand_guns.dmi',
slot_l_hand_str = 'icons/mob/items/lefthand_guns.dmi',
slot_r_hand_str = 'icons/mob/items/righthand_guns.dmi',
)
icon_state = "detective"
item_state = "gun"