From f77dffe10f1b2d2a58296af718a8705c5f7c3f51 Mon Sep 17 00:00:00 2001 From: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com> Date: Fri, 19 Feb 2021 14:45:33 +0000 Subject: [PATCH] Update code/game/objects/structures/disaster_counter.dm --- code/game/objects/structures/disaster_counter.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/structures/disaster_counter.dm b/code/game/objects/structures/disaster_counter.dm index 8c7432ca0d4..3e860941d90 100644 --- a/code/game/objects/structures/disaster_counter.dm +++ b/code/game/objects/structures/disaster_counter.dm @@ -5,7 +5,7 @@ */ /obj/structure/disaster_counter name = "disaster counter" - desc = "This device will counts how many shifts it has been since a major disaster in this area. A safe workplace is a productive workplace." + desc = "This device will count how many shifts it has been since a major disaster in this area. A safe workplace is a productive workplace." icon = 'icons/obj/status_display.dmi' icon_state = "frame" maptext_y = 10 // Offset by 10 so it renders properly