Skip to content

Commit

Permalink
F + G Hotkeys: Intent cycling (#72)
Browse files Browse the repository at this point in the history
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may
not be viewable. -->
<!-- You can view Contributing.MD for a detailed description of the pull
request process. -->

## About The Pull Request
<details>
<summary>
	About The Pull Request
</summary>
<hr>
They still existed in the game under a different name. 
Also cleans up the commands for the set intent hotkey help page
<!-- Describe The Pull Request. Please be sure every change is
documented or this can delay review and even discourage maintainers from
merging your PR! -->
	
<hr>
</details>

## Changelog
:cl:
qol: F and G keys re-added. Intent cleanup on help>hotkeys
/:cl:

<!-- Both :cl:'s are required for the changelog to work! You can put
your name to the right of the first :cl: if you want to overwrite your
GitHub username as author ingame. -->
<!-- You can use multiple of the same prefix (they're only used for the
icon ingame) and delete the unneeded ones. Despite some of the tags,
changelogs should generally represent how a player might be affected by
the changes rather than a summary of the PR's contents. -->
  • Loading branch information
Zenitheevee authored Sep 2, 2024
1 parent b031224 commit 59a91b5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
10 changes: 6 additions & 4 deletions interface/interface.dm
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@
\ts = down
\td = right
\tw = up
\tf = a-intent left (cycles left)
\tg = a-intent right (cycles right)
\tq = drop
\te = equip
\tv = block
Expand All @@ -95,10 +97,10 @@
\tz = activate held object (or y)
\tl = looc-verb
\to = ooc-verb
\t1 = help-intent
\t2 = disarm-intent
\t3 = grab-intent
\t4 = harm-intent
\t1 = a-intent help
\t2 = a-intent disarm
\t3 = a-intent grab
\t4 = a-intent harm
\tCtrl = drag
\tShift = examine
\tF11 = toggle fullscreen
Expand Down
12 changes: 6 additions & 6 deletions interface/skin.dmf
Original file line number Diff line number Diff line change
Expand Up @@ -355,12 +355,12 @@ macro "hotkeymode"
elem "ctrlh"
name = "CTRL+H"
command = "holster"
elem "j"
name = "J"
command = "toggle-gun-mode"
elem "ctrlj"
name = "CTRL+J"
command = "toggle-gun-mode"
elem "f"
name = "F"
command = "a-intent left"
elem "g"
name = "G"
command = "a-intent right"
elem "l"
name = "L"
command = "LOOC-verb"
Expand Down

0 comments on commit 59a91b5

Please sign in to comment.