diff --git a/code/modules/clothing/gloves/miscellaneous.dm b/code/modules/clothing/gloves/miscellaneous.dm index 1581f96b0e8..8569e0f3cc9 100644 --- a/code/modules/clothing/gloves/miscellaneous.dm +++ b/code/modules/clothing/gloves/miscellaneous.dm @@ -61,7 +61,6 @@ siemens_coefficient = 1.0 //thin latex gloves, much more conductive than fabric gloves (basically a capacitor for AC) permeability_coefficient = 0.01 germ_level = 0 - fingerprint_chance = 75 drop_sound = 'sound/items/drop/rubber.ogg' pickup_sound = 'sound/items/pickup/rubber.ogg' var/balloon = /obj/item/toy/balloon/latex diff --git a/html/changelogs/Bat-GloveFingerprints.yml b/html/changelogs/Bat-GloveFingerprints.yml new file mode 100644 index 00000000000..83981e35378 --- /dev/null +++ b/html/changelogs/Bat-GloveFingerprints.yml @@ -0,0 +1,4 @@ +author: Batrachophrenoboocosmomachia +delete-after: True +changes: + - balance: "Latex gloves (including nitrile and all other child types) no longer have a chance to leave fingerprints."