Fix #1490, #1495, #1430, #1425, #1472, plus spacelube (#1537)

Fixes #1490
Fixes #1495
Fixes runtimes from meteors.
Fixes #1430
Fixes #1425
Fxies #1472
Fixes spacelube not drying.
This commit is contained in:
skull132
2017-01-12 23:07:46 +02:00
committed by GitHub
parent 494a9f4523
commit 9d3556283e
8 changed files with 60 additions and 22 deletions
+2 -2
View File
@@ -221,8 +221,8 @@ var/const/BLOOD_VOLUME_SURVIVE = 122
//Transfers blood from reagents to vessel, respecting blood types compatability.
/mob/living/carbon/human/inject_blood(var/datum/reagent/blood/injected, var/amount)
if(!(species.flags & NO_BLOOD))
// In case of mobs without blood, put it in their chem storage.
if(species.flags & NO_BLOOD)
reagents.add_reagent("blood", amount, injected.data)
reagents.update_total()
return