mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-09 07:08:03 +01:00
Minor cleanups for wrenching screentips (#95649)
## About The Pull Request title ## Why It's Good For The Game consistency ## Changelog 🆑 spellcheck: Most of wrenching screentips should be properly capitalized now. /🆑
This commit is contained in:
@@ -68,7 +68,7 @@
|
||||
else if(held_item.tool_behaviour == TOOL_SCREWDRIVER)
|
||||
context[SCREENTIP_CONTEXT_LMB] = "[panel_open ? "Close" : "Open"] panel"
|
||||
else if(held_item.tool_behaviour == TOOL_WRENCH)
|
||||
context[SCREENTIP_CONTEXT_LMB] = "[anchored ? "Un" : ""]Anchor"
|
||||
context[SCREENTIP_CONTEXT_LMB] = "[anchored ? "Unan" : "An"]chor"
|
||||
else if(panel_open && held_item.tool_behaviour == TOOL_CROWBAR)
|
||||
context[SCREENTIP_CONTEXT_LMB] = "Deconstruct"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user