[MIRROR] moves the definition for transfer_blood to the file for gloves (#3826)

* moves the definition for transfer_blood to the file for gloves (#57352)

* moves the definition for transfer_blood to the file for gloves

Co-authored-by: ATH1909 <42606352+ATH1909@users.noreply.github.com>
This commit is contained in:
SkyratBot
2021-03-04 01:02:38 +00:00
committed by GitHub
co-authored by ATH1909
parent 8a685d64ab
commit 49962abd16
2 changed files with 2 additions and 5 deletions
+2
View File
@@ -13,6 +13,8 @@
equip_delay_other = 40
// Path variable. If defined, will produced the type through interaction with wirecutters.
var/cut_type = null
/// Used for handling bloody gloves leaving behind bloodstains on objects. Will be decremented whenever a bloodstain is left behind, and be incremented when the gloves become bloody.
var/transfer_blood = 0
/obj/item/clothing/gloves/wash(clean_types)
. = ..()
@@ -1,8 +1,3 @@
/obj/item/clothing/gloves
var/transfer_blood = 0
/obj/item/reagent_containers/glass/rag
name = "damp rag"
desc = "For cleaning up messes, you suppose."