mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
[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:
committed by
GitHub
parent
47f927e092
commit
867d377c65
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user