mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 16:38:22 +01:00
Intentionally Lying Down Stuff (#18995)
* Lying down intentionally is now instant. * Added a new macro that makes you lie down, the key is lie_down.
This commit is contained in:
@@ -1021,6 +1021,12 @@ default behaviour is:
|
||||
if(hud_used?.move_intent)
|
||||
hud_used.move_intent.Click()
|
||||
|
||||
/mob/living/verb/toggle_intentionally_lying()
|
||||
set hidden = 1
|
||||
set name = "lie_down"
|
||||
if(hud_used?.move_intent)
|
||||
hud_used.move_intent.Click(params="button=middle")
|
||||
|
||||
/**
|
||||
* Used by a macro in skin.dmf to toggle the throw
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user