mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
[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:
@@ -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()
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user