Merge pull request #9774 from mwerezak/chem-touch

Reagent splashing, mob fire
This commit is contained in:
GinjaNinja32
2015-06-17 10:05:11 +01:00
28 changed files with 253 additions and 154 deletions
@@ -225,6 +225,12 @@
if(M.back)
if(M.back.clean_blood())
M.update_inv_back(0)
//flush away reagents on the skin
if(M.touching)
var/remove_amount = M.touching.maximum_volume * M.reagent_permeability() //take off your suit first
M.touching.remove_any(remove_amount)
if(ishuman(M))
var/mob/living/carbon/human/H = M
var/washgloves = 1