Skip to content

Commit

Permalink
Removes the service bell ambience from Hilberts areas (#4483)
Browse files Browse the repository at this point in the history
* no more hilberts bell

* Update code/modules/mapfluff/ruins/spaceruin_code/hilbertshotel.dm

---------

Co-authored-by: Bloop <[email protected]>
  • Loading branch information
2 people authored and StealsThePRs committed Oct 15, 2024
1 parent f4d3048 commit f9106be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f9106be

Please sign in to comment.