rest key, v, version two (#11090)
* maybe * skreeeee * yes * fucccccccccck * happy now * Update interface.dm Co-authored-by: Ghom <42542238+Ghommie@users.noreply.github.com>
This commit is contained in:
@@ -19,6 +19,9 @@
|
||||
if(possible_a_intents)
|
||||
a_intent_change(INTENT_HARM)
|
||||
return
|
||||
if ("V")
|
||||
lay_down()
|
||||
return
|
||||
|
||||
|
||||
return ..()
|
||||
@@ -79,4 +79,4 @@
|
||||
if("Alt")
|
||||
toggle_move_intent()
|
||||
return
|
||||
return ..()
|
||||
return ..()
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
if(wikiurl)
|
||||
if(query)
|
||||
var/output = wikiurl + "?search=" + query
|
||||
src << link(output)
|
||||
src << link(output)
|
||||
output = wikiurltg + "/index.php?title=Special%3ASearch&profile=default&search=" + query
|
||||
src << link(output)
|
||||
else if (query != null)
|
||||
@@ -125,6 +125,7 @@ Hotkey-Mode: (hotkey-mode must be on)
|
||||
\tt = say
|
||||
\to = OOC
|
||||
\tb = resist
|
||||
\tv = rest
|
||||
\t<B></B>h = stop pulling
|
||||
\tx = swap-hand
|
||||
\tz = activate held object (or y)
|
||||
@@ -184,6 +185,7 @@ Hotkey-Mode: (hotkey-mode must be on)
|
||||
\td = right
|
||||
\tw = up
|
||||
\tq = unequip active module
|
||||
\tv = rest
|
||||
\t<B></B>h = stop pulling
|
||||
\tm = me
|
||||
\tt = say
|
||||
|
||||
Reference in New Issue
Block a user