From 152ca8101465bf0b47721db68b3a0a63f1f30cc1 Mon Sep 17 00:00:00 2001 From: deltanedas <39013340+deltanedas@users.noreply.github.com> Date: Wed, 8 Apr 2026 01:57:06 +0100 Subject: [PATCH] fix maints station traits typos (#95662) --- code/datums/station_traits/negative_traits.dm | 2 +- code/datums/station_traits/positive_traits.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/datums/station_traits/negative_traits.dm b/code/datums/station_traits/negative_traits.dm index a1105349f98..51fbde0adf2 100644 --- a/code/datums/station_traits/negative_traits.dm +++ b/code/datums/station_traits/negative_traits.dm @@ -115,7 +115,7 @@ weight = 5 cost = STATION_TRAIT_COST_LOW //Most of maints is literal trash anyway show_in_report = TRUE - report_message = "Our workers cleaned out most of the junk in the maintenace areas." + report_message = "Our workers cleaned out most of the junk in the maintenance areas." blacklist = list(/datum/station_trait/filled_maint) trait_to_give = STATION_TRAIT_EMPTY_MAINT diff --git a/code/datums/station_traits/positive_traits.dm b/code/datums/station_traits/positive_traits.dm index 95de42acba4..de6f7ebbcdf 100644 --- a/code/datums/station_traits/positive_traits.dm +++ b/code/datums/station_traits/positive_traits.dm @@ -136,7 +136,7 @@ weight = 5 cost = STATION_TRAIT_COST_LOW show_in_report = TRUE - report_message = "Our workers accidentally forgot more of their personal belongings in the maintenace areas." + report_message = "Our workers accidentally forgot more of their personal belongings in the maintenance areas." blacklist = list(/datum/station_trait/empty_maint) trait_to_give = STATION_TRAIT_FILLED_MAINT