Merge pull request #3671 from Anewbe/gloves

Redoes how gloves prevent fingerprints
This commit is contained in:
Neerti
2017-08-03 20:55:48 -04:00
committed by GitHub
4 changed files with 7 additions and 5 deletions
+1
View File
@@ -184,6 +184,7 @@
var/wired = 0
var/obj/item/weapon/cell/cell = 0
var/overgloves = 0
var/fingerprint_chance = 0 //How likely the glove is to let fingerprints through
body_parts_covered = HANDS
slot_flags = SLOT_GLOVES
attack_verb = list("challenged")
+2 -1
View File
@@ -86,4 +86,5 @@
obj/item/clothing/gloves/fingerless
desc = "A pair of gloves that don't actually cover the fingers."
name = "fingerless gloves"
icon_state = "fingerlessgloves"
icon_state = "fingerlessgloves"
fingerprint_chance = 100
@@ -56,6 +56,7 @@
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 = 25
// var/balloonPath = /obj/item/latexballon
//TODO: Make inflating gloves a thing