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:
MagmaRam
2016-11-24 00:31:20 -06:00
parent c34c7ebe64
commit 3f57783bf3
2 changed files with 5 additions and 2 deletions
+4 -2
View File
@@ -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"