mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 05:23:22 +01:00
Fashion update 2.0 (#3229)
-changes how gloves leaving fingerprints works, now there is a chance if they can leave or not, ported from polaris, fixing #3120 -allows for glasses with the flag AIRTIGHT to protect your eyes from phoron, such as science glasses, ported from polaris, mesons and etc -adds evening gloves, cloth footwraps, toeless working boots and etc at people's requests, ported from several other codebases -removes the last red security piece we had in the code, the red dot of the sec belt -adds a icon for badges on the belt -allows you to flip eye patches to cover different eyes 👎 x 2
This commit is contained in:
@@ -21,6 +21,10 @@
|
||||
display_name = "monocle"
|
||||
path = /obj/item/clothing/glasses/monocle
|
||||
|
||||
/datum/gear/eyes/glasses/goggles
|
||||
display_name = "goggles"
|
||||
path = /obj/item/clothing/glasses/goggles
|
||||
|
||||
/datum/gear/eyes/scanning_goggles
|
||||
display_name = "scanning goggles"
|
||||
path = /obj/item/clothing/glasses/regular/scanners
|
||||
@@ -28,7 +32,7 @@
|
||||
/datum/gear/eyes/sciencegoggles
|
||||
display_name = "science Goggles"
|
||||
path = /obj/item/clothing/glasses/science
|
||||
|
||||
|
||||
/datum/gear/eyes/mesonprescription
|
||||
display_name = "meson goggles, prescription"
|
||||
path = /obj/item/clothing/glasses/meson/prescription
|
||||
|
||||
@@ -24,3 +24,7 @@
|
||||
gloves["grey gloves"] = /obj/item/clothing/gloves/grey
|
||||
gloves["rainbow gloves"] = /obj/item/clothing/gloves/rainbow
|
||||
gear_tweaks += new/datum/gear_tweak/path(gloves)
|
||||
|
||||
/datum/gear/gloves/evening
|
||||
display_name = "evening gloves"
|
||||
path = /obj/item/clothing/gloves/evening
|
||||
|
||||
@@ -13,10 +13,18 @@
|
||||
display_name = "workboots"
|
||||
path = /obj/item/clothing/shoes/workboots
|
||||
|
||||
/datum/gear/shoes/workboots_toeless
|
||||
display_name = "/obj/item/clothing/shoes/workboots/toeless"
|
||||
path = /obj/item/clothing/shoes/workboots/toeless
|
||||
|
||||
/datum/gear/shoes/sandals
|
||||
display_name = "sandals"
|
||||
path = /obj/item/clothing/shoes/sandal
|
||||
|
||||
/datum/gear/shoes/footwraps
|
||||
display_name = "cloth footwraps"
|
||||
path = /obj/item/clothing/shoes/footwraps
|
||||
|
||||
/datum/gear/shoes/color
|
||||
display_name = "shoe selection"
|
||||
path = /obj/item/clothing/shoes/black
|
||||
|
||||
Reference in New Issue
Block a user