Merge pull request #127 from NullDagaf/hate

Nerfs RPED alt sounds.
This commit is contained in:
projectkepler-RU
2023-03-26 23:54:24 +07:00
committed by GitHub

View File

@@ -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()
//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)
else
playsound(src, pshoom_or_beepboopblorpzingshadashwoosh, 40, TRUE)