[MIRROR] Various Surgery & Medical fixes, QoL, and adjustments (#11949)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-11-08 21:23:20 -07:00
committed by GitHub
parent 56b99cc173
commit a6dcc16233
35 changed files with 500 additions and 216 deletions

View File

@@ -9,7 +9,7 @@
use_power = USE_POWER_IDLE
idle_power_usage = 1
active_power_usage = 5
surgery_odds = 100
surgery_cleanliness = 100
throwpass = 1
var/mob/living/carbon/human/victim = null
var/strapped = 0.0

View File

@@ -186,7 +186,7 @@
problems |= ALCOHOL_POISONING
if(our_user.chem_effects[CE_ALCOHOL])
is_drunk = TRUE
if(our_user.vessel.total_volume < our_user.vessel.maximum_volume) //Bloodloss
if(our_user.vessel.total_volume < (our_user.vessel.maximum_volume*0.95)) //Bloodloss. Only happens at below 95% blood.
problems |= BLOODLOSS
if(!problems) //Minor stuff that we really don't care much about, but can be annoying! So let's tell people how to fix it. But only if they don't have a health crisis going on!