mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-18 18:46:24 +01:00
People will now process reagents when dead.
Most reagents are still skipped, but blood is, importantly, not. This needs to be discussed further.
This commit is contained in:
@@ -17,8 +17,7 @@
|
||||
//Mutations and radiation
|
||||
handle_mutations_and_radiation()
|
||||
|
||||
//Chemicals in the body
|
||||
handle_chemicals_in_body()
|
||||
|
||||
|
||||
//Blood
|
||||
handle_blood()
|
||||
@@ -28,6 +27,9 @@
|
||||
|
||||
. = 1
|
||||
|
||||
//Chemicals in the body, this is moved over here so that blood can be added after death
|
||||
handle_chemicals_in_body()
|
||||
|
||||
//Handle temperature/pressure differences between body and environment
|
||||
if(environment)
|
||||
handle_environment(environment)
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
reagent_state = LIQUID
|
||||
metabolism = REM * 5
|
||||
mrate_static = TRUE
|
||||
affects_dead = 1 //so you can pump blood into someone before defibbing them
|
||||
color = "#C80000"
|
||||
|
||||
glass_name = "tomato juice"
|
||||
|
||||
Reference in New Issue
Block a user