mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-14 19:51:59 +00:00
@@ -78,7 +78,7 @@ If you create T5+ please take a pass at mech_fabricator.dm. The parts being good
|
|||||||
|
|
||||||
/obj/item/storage/part_replacer/proc/play_rped_sound()
|
/obj/item/storage/part_replacer/proc/play_rped_sound()
|
||||||
//Plays the sound for RPED exhanging or installing parts.
|
//Plays the sound for RPED exhanging or installing parts.
|
||||||
if(alt_sound && prob(1))
|
if(alt_sound && prob(0.01))
|
||||||
playsound(src, alt_sound, 40, TRUE)
|
playsound(src, alt_sound, 40, TRUE)
|
||||||
else
|
else
|
||||||
playsound(src, pshoom_or_beepboopblorpzingshadashwoosh, 40, TRUE)
|
playsound(src, pshoom_or_beepboopblorpzingshadashwoosh, 40, TRUE)
|
||||||
|
|||||||
Reference in New Issue
Block a user