From a2de16f7ce01612931e94bde5fc915a453e30e28 Mon Sep 17 00:00:00 2001 From: Tom <8881105+tf-4@users.noreply.github.com> Date: Wed, 2 Feb 2022 17:26:34 +0000 Subject: [PATCH] Update effects_foam.dm (#64604) --- code/game/objects/effects/effect_system/effects_foam.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/effects/effect_system/effects_foam.dm b/code/game/objects/effects/effect_system/effects_foam.dm index bd8703147ad..90f3d94d959 100644 --- a/code/game/objects/effects/effect_system/effects_foam.dm +++ b/code/game/objects/effects/effect_system/effects_foam.dm @@ -323,7 +323,7 @@ var/obj/item/stack/sheet/sheet_for_plating = W if(istype(sheet_for_plating, /obj/item/stack/sheet/iron)) if(sheet_for_plating.get_amount() < 2) - to_chat(user, span_warning("You need four sheets of iron to finish a wall on [src]!")) + to_chat(user, span_warning("You need two sheets of iron to finish a wall on [src]!")) return to_chat(user, span_notice("You start adding plating to the foam structure...")) if (do_after(user, 40*platingmodifier, target = src))