mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-09 16:12:17 +00:00
[MIRROR] Various Surgery & Medical fixes, QoL, and adjustments (#11949)
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
committed by
GitHub
parent
56b99cc173
commit
a6dcc16233
@@ -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
|
||||
|
||||
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user