From d15bdd98abbbf46815d975a9e51aa7b9d7bf60cb Mon Sep 17 00:00:00 2001 From: Kashargul <144968721+Kashargul@users.noreply.github.com> Date: Wed, 7 Aug 2024 00:16:38 +0200 Subject: [PATCH] seeds planted... (#8739) --- code/datums/roundstats/roundstats.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/roundstats/roundstats.dm b/code/datums/roundstats/roundstats.dm index 414a637f63..0a6940761c 100644 --- a/code/datums/roundstats/roundstats.dm +++ b/code/datums/roundstats/roundstats.dm @@ -38,7 +38,7 @@ var/global/list/security_printer_tickets = list() //VOREStation Edit else if(GLOB.mech_destroyed_roundstat > 1) valid_stats_list.Add("[GLOB.mech_destroyed_roundstat] mechs were destroyed this shift. What did you do?") else if(GLOB.seed_planted_shift_roundstat > 20) - valid_stats_list.Add("[GLOB.seed_planted_shift_roundstat] were planted according to our sensors this shift.") + valid_stats_list.Add("[GLOB.seed_planted_shift_roundstat] seeds were planted according to our sensors this shift.") if(GLOB.rocks_drilled_roundstat > 80) valid_stats_list.Add("Our strong miners pulverized a whole [GLOB.rocks_drilled_roundstat] piles of pathetic rubble.")