diff --git a/code/defines/obj/weapon.dm b/code/defines/obj/weapon.dm index b7b66302b5..39a5e142e0 100644 --- a/code/defines/obj/weapon.dm +++ b/code/defines/obj/weapon.dm @@ -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) diff --git a/icons/vore/custom_items_left_hand_yw.dmi b/icons/vore/custom_items_left_hand_yw.dmi index b028e1e264..b527bcd0a8 100644 Binary files a/icons/vore/custom_items_left_hand_yw.dmi and b/icons/vore/custom_items_left_hand_yw.dmi differ diff --git a/icons/vore/custom_items_right_hand_yw.dmi b/icons/vore/custom_items_right_hand_yw.dmi index f2a517fe9f..0ed094c161 100644 Binary files a/icons/vore/custom_items_right_hand_yw.dmi and b/icons/vore/custom_items_right_hand_yw.dmi differ