IPC feeding from APCs, IPC lack of reagent processing.

This commit is contained in:
Zuhayr
2014-01-29 15:37:08 +10:30
parent 66173043b1
commit f3d0efea87
2 changed files with 44 additions and 13 deletions
+2 -2
View File
@@ -874,8 +874,8 @@
*/
proc/handle_chemicals_in_body()
if(reagents)
if(reagents && !(species.flags & IS_SYNTHETIC)) //Synths don't process reagents.
var/alien = 0 //Not the best way to handle it, but neater than checking this for every single reagent proc.
if(species && species.name == "Diona")
alien = 1
@@ -974,7 +974,7 @@
dizziness = max(0, dizziness - 3)
jitteriness = max(0, jitteriness - 3)
handle_trace_chems()
if(!(species.flags & IS_SYNTHETIC)) handle_trace_chems()
var/datum/organ/internal/liver/liver = internal_organs["liver"]
liver.process()