mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Fixes Stand
This commit is contained in:
@@ -423,7 +423,7 @@
|
|||||||
return
|
return
|
||||||
|
|
||||||
// If the human is losing too much blood, beep.
|
// If the human is losing too much blood, beep.
|
||||||
if(((H.vessel.get_reagent_amount("blood")/H.species.blood_volume)*100) < BLOOD_VOLUME_SAFE)
|
if(H.vessel.get_reagent_amount("blood") < H.species.blood_volume*T.species.blood_level_safe)
|
||||||
visible_message("\The [src] beeps loudly.")
|
visible_message("\The [src] beeps loudly.")
|
||||||
|
|
||||||
var/datum/reagent/B = H.take_blood(beaker,amount)
|
var/datum/reagent/B = H.take_blood(beaker,amount)
|
||||||
|
|||||||
Reference in New Issue
Block a user