mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 12:37:26 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user