Misc Bugfixes (#9909)

This commit is contained in:
Snakebittenn
2020-09-07 11:10:17 -06:00
committed by GitHub
parent 425b61f187
commit 96866b348b
4 changed files with 48 additions and 5 deletions

View File

@@ -34,8 +34,8 @@
var/goggles = list()
goggles["goggles, safety"] = /obj/item/clothing/glasses/regular
goggles["goggles, scanning"] = /obj/item/clothing/glasses/regular/hipster
goggles["goggles, science"] = /obj/item/clothing/glasses/regular/circle
goggles["goggles, orange"] = /obj/item/clothing/glasses/regular/jamjar
goggles["goggles, science"] = /obj/item/clothing/glasses/science
goggles["goggles, orange"] = /obj/item/clothing/glasses/spiffygogs
gear_tweaks += new/datum/gear_tweak/path(goggles)
/datum/gear/eyes/medhuds

View File

@@ -166,10 +166,10 @@
name = "fingerless gloves"
icon_state = "fingerlessgloves"
item_state = "fingerlessgloves"
fingerprint_chance = 100
clipped = TRUE
species_restricted = list("exclude",BODYTYPE_GOLEM,BODYTYPE_VAURCA_BREEDER,BODYTYPE_VAURCA_WARFORM)
/obj/item/clothing/gloves/fingerless/colour
icon_state = "fingerlessgloves_colour"
item_state = "fingerlessgloves_colour"
fingerprint_chance = 100
clipped = 1
species_restricted = list("exclude",BODYTYPE_GOLEM,BODYTYPE_VAURCA_BREEDER,BODYTYPE_VAURCA_WARFORM)