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:
Josh
2022-05-27 12:45:40 -04:00
committed by GitHub
parent 07a2921bfd
commit ad4696a564
+1 -1
View File
@@ -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()