Skip to content

Commit

Permalink
[MIRROR] Fix wrench screentip typo for smart fridge [MDB IGNORE] (#2900)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>

* Fix wrench screentip typo for smart fridge

---------

Co-authored-by: SyncIt21 <[email protected]>
Co-authored-by: Afevis <[email protected]>
Co-authored-by: NovaBot13 <[email protected]>
  • Loading branch information
4 people authored and StealsThePRs committed Jun 8, 2024
1 parent 7acf9e9 commit 53ac681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/food_and_drinks/machinery/smartfridge.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 53ac681

Please sign in to comment.