diff --git a/code/game/objects/structures/ladders.dm b/code/game/objects/structures/ladders.dm index 88aad679..1de10c82 100644 --- a/code/game/objects/structures/ladders.dm +++ b/code/game/objects/structures/ladders.dm @@ -78,7 +78,7 @@ show_fluff_message(going_up, user) ladder.add_fingerprint(user) if (prob(2)) - SEND_SOUND(user, 'hyperstation/sound/misc/what_a_thrill.ogg') + SEND_SOUND(user, pick('hyperstation/sound/misc/what_a_thrill.ogg','hyperstation/sound/misc/what_a_thrill2.ogg',)) var/turf/T = get_turf(ladder) var/atom/movable/AM diff --git a/hyperstation/sound/misc/what_a_thrill.ogg b/hyperstation/sound/misc/what_a_thrill.ogg index d6c42e83..be330a21 100644 Binary files a/hyperstation/sound/misc/what_a_thrill.ogg and b/hyperstation/sound/misc/what_a_thrill.ogg differ diff --git a/hyperstation/sound/misc/what_a_thrill2.ogg b/hyperstation/sound/misc/what_a_thrill2.ogg new file mode 100644 index 00000000..f2a235b9 Binary files /dev/null and b/hyperstation/sound/misc/what_a_thrill2.ogg differ