From ecfdd90f0b2352e72f6a80801e8ae90df516cebd Mon Sep 17 00:00:00 2001 From: fallcon Date: Tue, 2 Apr 2024 10:31:22 -0500 Subject: [PATCH] pass mabye --- code/modules/guncrafting/lathe.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/guncrafting/lathe.dm b/code/modules/guncrafting/lathe.dm index d0a235c753a7..f1bae422a228 100644 --- a/code/modules/guncrafting/lathe.dm +++ b/code/modules/guncrafting/lathe.dm @@ -204,7 +204,7 @@ to_chat(user, "You have [steps_left] steps left.") user.adjustStaminaLoss(DECONSTRUCT_STAMINA_USE) tool_required = pick(tools_required) - balloon_alert(user, "You need a [tool_required.name] next.") + balloon_alert(user, "You need a tool with [tool_required] next.") work_on_part(user) else fabricate_part(user)