Touching bloody objects will make your hands/gloves bloody. (#25730)

* bloody blood

* no restrictions of item blood

* PR reviews

* comment
This commit is contained in:
HMBGERDO
2024-06-25 21:31:00 +00:00
committed by GitHub
parent 457f9ff04f
commit d88ddea05c
6 changed files with 32 additions and 10 deletions
+2 -1
View File
@@ -268,7 +268,8 @@
var/safe_from_poison = FALSE
strip_delay = 20
put_on_delay = 40
var/transfer_blood = FALSE
///Amount of times touching something with these gloves will spill blood on it
var/transfer_blood = 0
sprite_sheets = list(
"Vox" = 'icons/mob/clothing/species/vox/gloves.dmi',
@@ -232,4 +232,3 @@
icon_state = "furglovesico"
item_state = "furgloves"
transfer_prints = TRUE
transfer_blood = TRUE