diff --git a/code/game/objects/structures/ladders.dm b/code/game/objects/structures/ladders.dm index f321498b..88aad679 100644 --- a/code/game/objects/structures/ladders.dm +++ b/code/game/objects/structures/ladders.dm @@ -77,6 +77,8 @@ if(!is_ghost) show_fluff_message(going_up, user) ladder.add_fingerprint(user) + if (prob(2)) + SEND_SOUND(user, 'hyperstation/sound/misc/what_a_thrill.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 new file mode 100644 index 00000000..d6c42e83 Binary files /dev/null and b/hyperstation/sound/misc/what_a_thrill.ogg differ