mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 20:13:45 +01:00
Preserves sanity
Forgot to lower the PSHOOM_2 chance after hearing what the sound was, whoops. Some logging fixes too.
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
|
||||
/obj/item/weapon/storage/part_replacer/proc/play_rped_sound()
|
||||
//Plays the sound for RPED exchanging or installing parts.
|
||||
if(alt_sound && prob(30))
|
||||
if(alt_sound && prob(3))
|
||||
playsound(src, alt_sound, 40, 1)
|
||||
else
|
||||
playsound(src, primary_sound, 40, 1)
|
||||
|
||||
Reference in New Issue
Block a user