From cf4db2d0f4bbc3c87e85112d33dd215f9583ee08 Mon Sep 17 00:00:00 2001 From: Bakaface <42347687+bakaf@users.noreply.github.com> Date: Thu, 2 Nov 2023 01:50:08 +0530 Subject: [PATCH] Grammar and formatting/issue 23065/broken dropwall generator description typo (#23118) * assigns the item_state var the same color assigned to the icon_state var in the lighter/random/New() proc * fixes the typo in deployable.dm * oops --- code/game/machinery/deployable.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/deployable.dm b/code/game/machinery/deployable.dm index e8a81b63344..f62062ffd1a 100644 --- a/code/game/machinery/deployable.dm +++ b/code/game/machinery/deployable.dm @@ -400,7 +400,7 @@ /obj/item/used_dropwall name = "broken dropwall generator" - desc = "This dropwall has ran out of charge, but some materials could possibly be reclamed." + desc = "This dropwall has ran out of charge, but some materials could possibly be reclaimed." icon = 'icons/obj/dropwall.dmi' icon_state = "dropwall_dead" item_state = "grenade"