From 53ac68130e612a1f0e0e2e5e4e4a9f07bd351149 Mon Sep 17 00:00:00 2001 From: NovaBot <154629622+NovaBot13@users.noreply.github.com> Date: Sat, 8 Jun 2024 09:50:52 -0400 Subject: [PATCH] [MIRROR] Fix wrench screentip typo for smart fridge [MDB IGNORE] (#2900) * Fix wrench screentip typo for smart fridge (#83767) ## About The Pull Request - Fixes #83766 ## Changelog :cl: spellcheck: Corrected wrench contextual screentip typo for smart fridge /:cl: --------- Co-authored-by: Afevis * Fix wrench screentip typo for smart fridge --------- Co-authored-by: SyncIt21 <110812394+SyncIt21@users.noreply.github.com> Co-authored-by: Afevis Co-authored-by: NovaBot13 --- code/modules/food_and_drinks/machinery/smartfridge.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/food_and_drinks/machinery/smartfridge.dm b/code/modules/food_and_drinks/machinery/smartfridge.dm index bb32e46746b..db84ca0dfa1 100644 --- a/code/modules/food_and_drinks/machinery/smartfridge.dm +++ b/code/modules/food_and_drinks/machinery/smartfridge.dm @@ -173,7 +173,7 @@ tool_tip_set = TRUE else if(held_item.tool_behaviour == TOOL_WRENCH) - context[SCREENTIP_CONTEXT_LMB] = "[anchored ? "Un" : ""]anchore" + context[SCREENTIP_CONTEXT_LMB] = "[anchored ? "Una" : "A"]nchor" tool_tip_set = TRUE return tool_tip_set ? CONTEXTUAL_SCREENTIP_SET : NONE