Merge pull request #20734 from CyberbossJHCB/NothingToSeeHere

Showers now clean hands + bloody gloves fix
This commit is contained in:
AnturK
2016-09-29 10:46:31 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -326,7 +326,7 @@ var/list/blood_splatter_icons = list()
G.add_blood(blood_dna)
else
transfer_blood_dna(blood_dna)
bloody_hands = rand(2, 4)
bloody_hands = rand(2, 4)
update_inv_gloves() //handles bloody hands overlays and updating
return 1
+1 -1
View File
@@ -332,7 +332,7 @@
if(H.w_uniform.clean_blood())
H.update_inv_w_uniform()
if(washgloves)
clean_blood()
H.clean_blood()
if(H.shoes && washshoes)
if(H.shoes.clean_blood())
H.update_inv_shoes()