From f9106be9bc01182a687943fbc9a0b730ab11454d Mon Sep 17 00:00:00 2001 From: sqn Date: Tue, 15 Oct 2024 05:01:50 -0400 Subject: [PATCH] Removes the service bell ambience from Hilberts areas (#4483) * no more hilberts bell * Update code/modules/mapfluff/ruins/spaceruin_code/hilbertshotel.dm --------- Co-authored-by: Bloop <13398309+vinylspiders@users.noreply.github.com> --- code/modules/mapfluff/ruins/spaceruin_code/hilbertshotel.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mapfluff/ruins/spaceruin_code/hilbertshotel.dm b/code/modules/mapfluff/ruins/spaceruin_code/hilbertshotel.dm index e08d8a090b7..7fd73d7b33c 100644 --- a/code/modules/mapfluff/ruins/spaceruin_code/hilbertshotel.dm +++ b/code/modules/mapfluff/ruins/spaceruin_code/hilbertshotel.dm @@ -406,7 +406,7 @@ GLOBAL_VAR_INIT(hhMysteryRoomNumber, rand(1, 999999)) has_gravity = TRUE area_flags = NOTELEPORT | HIDDEN_AREA static_lighting = TRUE - ambientsounds = list('sound/ambience/ruin/servicebell.ogg') + //ambientsounds = list('sound/ambience/ruin/servicebell.ogg') // NOVA EDIT REMOVAL var/roomnumber = 0 var/obj/item/hilbertshotel/parentSphere var/datum/turf_reservation/reservation