mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 23:58:07 +01:00
[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:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user