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:
Geeves
2024-04-26 08:57:15 +00:00
committed by GitHub
parent 630a8d4a62
commit 88bcd3390f
3 changed files with 18 additions and 3 deletions
+6
View File
@@ -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
*/