[MIRROR] Choose to rest left or right (#8629)

Co-authored-by: SatinIsle <98125273+SatinIsle@users.noreply.github.com>
Co-authored-by: Raeschen <rycoop29@gmail.com>
Co-authored-by: Kashargul <KashL@t-online.de>
This commit is contained in:
CHOMPStation2
2024-07-26 17:26:52 -07:00
committed by GitHub
parent 11eacc54e7
commit 3736a453ed
5 changed files with 30 additions and 7 deletions

View File

@@ -55,9 +55,9 @@
set name = "Flip Resting Direction"
set category = "Abilities.General"
set desc = "Switch your horizontal direction while prone."
if(isnull(resting_dir))
resting_dir = FALSE
resting_dir = !resting_dir
if(isnull(rest_dir))
rest_dir = FALSE
rest_dir = !rest_dir
update_transform(TRUE)
/mob/living/carbon/human/proc/synth_reag_toggle()

View File

@@ -12,7 +12,6 @@
var/hide_glasses = FALSE
var/speech_sound_enabled = TRUE
var/nutrition_hidden = FALSE
var/resting_dir = null
/mob/living/carbon/human/ai_controlled
low_priority = TRUE