mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
Scrubber clog event no longer happens in the recreation area area (#67304)
* Fixes scrubber clog event from saying 'area' twice.
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
var/clogged = TRUE
|
||||
|
||||
/datum/round_event/scrubber_clog/announce()
|
||||
priority_announce("Minor biological obstruction detected in the ventilation network. Blockage is believed to be in the [get_area_name(scrubber)] area.", "Custodial Notification")
|
||||
priority_announce("Minor biological obstruction detected in the ventilation network. Blockage is believed to be in the [get_area_name(scrubber)].", "Custodial Notification")
|
||||
|
||||
/datum/round_event/scrubber_clog/setup()
|
||||
scrubber = get_scrubber()
|
||||
|
||||
Reference in New Issue
Block a user