Skip to content

Commit

Permalink
pass mabye
Browse files Browse the repository at this point in the history
  • Loading branch information
FalloutFalcon committed Apr 2, 2024
1 parent d0f6552 commit ecfdd90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/guncrafting/lathe.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ecfdd90

Please sign in to comment.