adds RPED sprite in hand

This commit is contained in:
SplinterGP
2020-05-20 22:50:35 -03:00
parent e791692aea
commit 8e8aac4be1
3 changed files with 2 additions and 1 deletions
+2 -1
View File
@@ -313,6 +313,7 @@
name = "rapid part exchange device"
desc = "Special mechanical module made to store, sort, and apply standard machine parts."
icon_state = "RPED"
item_icons = list(slot_l_hand_str = 'icons/vore/custom_items_left_hand_yw.dmi', slot_r_hand_str = 'icons/vore/custom_items_right_hand_yw.dmi') //YW add - RPED sprite
w_class = ITEMSIZE_HUGE
can_hold = list(/obj/item/weapon/stock_parts)
storage_slots = 50
@@ -330,7 +331,7 @@
icon_state = "RPED"
w_class = ITEMSIZE_HUGE
//YAWN Changes
can_hold = list(
can_hold = list(
/obj/item/weapon/cell,
/obj/item/weapon/stock_parts,
/obj/item/weapon/reagent_containers/glass/beaker)