From 5cc4ae3310430f0265f97cf85c26172bba7d576a Mon Sep 17 00:00:00 2001 From: Alberyk Date: Mon, 25 Mar 2019 09:00:49 -0300 Subject: [PATCH] Fixes the pioneer's scarf and the starshades (#6214) --- .../client/preference_setup/loadout/loadout_xeno/human.dm | 2 +- code/modules/clothing/glasses/glasses.dm | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/code/modules/client/preference_setup/loadout/loadout_xeno/human.dm b/code/modules/client/preference_setup/loadout/loadout_xeno/human.dm index 0fb910a8399..6f33c7157b7 100644 --- a/code/modules/client/preference_setup/loadout/loadout_xeno/human.dm +++ b/code/modules/client/preference_setup/loadout/loadout_xeno/human.dm @@ -45,7 +45,7 @@ path = /obj/item/clothing/accessory/offworlder/bracer/neckbrace /datum/gear/accessory/offworlder/scarf - display_name = "pioneer's scarf" + display_name = "pioneer scarf" path = /obj/item/clothing/accessory/scarf/offworlder /datum/gear/accessory/offworlder_armband diff --git a/code/modules/clothing/glasses/glasses.dm b/code/modules/clothing/glasses/glasses.dm index ea1678a26e1..538611605aa 100644 --- a/code/modules/clothing/glasses/glasses.dm +++ b/code/modules/clothing/glasses/glasses.dm @@ -720,6 +720,8 @@ BLIND // can't see anything desc = "Thick, durable eye protection meant to filter light to an acceptable degree in the long-term." icon_state = "starshades" item_state = "starshades" + flash_protection = FLASH_PROTECTION_MAJOR + tint = TINT_MODERATE /obj/item/clothing/glasses/spiffygogs/offworlder/toggle() ..()