[MIRROR] Makes the game no longer try to see if your heart is vital before letting you rip it out of yourself (and a few others) (#10265)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-03-01 16:17:31 -07:00
committed by GitHub
parent 47f927e092
commit 867d377c65
13 changed files with 47 additions and 63 deletions

View File

@@ -12,15 +12,6 @@
hide_glasses = !hide_glasses
update_inv_glasses()
/mob/living/carbon/human/verb/flip_lying()
set name = "Flip Resting Direction"
set category = "Abilities.General"
set desc = "Switch your horizontal direction while prone."
if(isnull(rest_dir))
rest_dir = FALSE
rest_dir = !rest_dir
update_transform(TRUE)
/mob/living/carbon/human/proc/synth_reag_toggle()
set name = "Toggle Reagent Processing"
set category = "Abilities.Vore"