Makes showers wash away touching reagents

Also moves reagent permeability to it's own proc, and makes splash_mob respect copy
This commit is contained in:
mwerezak
2015-06-13 16:06:54 -04:00
committed by HarpyEagle
parent 4cb70b2b94
commit 70433b4367
5 changed files with 71 additions and 39 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