diff --git a/code/modules/research/part_replacer.dm b/code/modules/research/part_replacer.dm index 0f7be8007d2..0b4619a862a 100644 --- a/code/modules/research/part_replacer.dm +++ b/code/modules/research/part_replacer.dm @@ -76,9 +76,8 @@ /obj/item/storage/part_replacer/bluespace/play_rped_effect() if(prob(1)) playsound(src, 'sound/items/pshoom/pshoom_2.ogg', 40, TRUE) - flick("[icon_state]_old", src) - return - playsound(src, 'sound/items/pshoom/pshoom.ogg', 40, TRUE) + else + playsound(src, 'sound/items/pshoom/pshoom.ogg', 40, TRUE) flick("[icon_state]_active", src) /** diff --git a/icons/mob/inhands/items/devices_lefthand.dmi b/icons/mob/inhands/items/devices_lefthand.dmi index 87c186dcf7d..d09914af22e 100644 Binary files a/icons/mob/inhands/items/devices_lefthand.dmi and b/icons/mob/inhands/items/devices_lefthand.dmi differ diff --git a/icons/mob/inhands/items/devices_righthand.dmi b/icons/mob/inhands/items/devices_righthand.dmi index 6c12c632e73..db9a225ff8c 100644 Binary files a/icons/mob/inhands/items/devices_righthand.dmi and b/icons/mob/inhands/items/devices_righthand.dmi differ diff --git a/icons/obj/storage/storage.dmi b/icons/obj/storage/storage.dmi index 2c580631c05..744cfab27e1 100644 Binary files a/icons/obj/storage/storage.dmi and b/icons/obj/storage/storage.dmi differ