Skip to content

Commit

Permalink
[MIRROR] Changes the crystallizer wrench screentip to the correct but…
Browse files Browse the repository at this point in the history
…ton (#1015)

* Changes the crystallizer wrench screentip to the correct button (#81516)

## About The Pull Request
it says left click, that does nothing, you need to right click it to
rotate
## Why It's Good For The Game
correct ingame information
## Changelog
:cl:
fix: The crystallizer screentip for rotating it has been updated with
the correct button
/:cl:

* Changes the crystallizer wrench screentip to the correct button

---------

Co-authored-by: 1393F <[email protected]>
  • Loading branch information
2 people authored and StealsThePRs committed Feb 18, 2024
1 parent 30dfd4c commit 40fcbeb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
if(TOOL_SCREWDRIVER)
context[SCREENTIP_CONTEXT_LMB] = "[panel_open ? "Close" : "Open"] panel"
if(TOOL_WRENCH)
context[SCREENTIP_CONTEXT_LMB] = "Rotate"
context[SCREENTIP_CONTEXT_RMB] = "Rotate"
return CONTEXTUAL_SCREENTIP_SET

/obj/machinery/atmospherics/components/binary/crystallizer/attackby(obj/item/I, mob/user, params)
Expand Down

0 comments on commit 40fcbeb

Please sign in to comment.