From 49e4ae576615ea737537effabc4df650f22e783d Mon Sep 17 00:00:00 2001 From: Dip Date: Tue, 10 Nov 2020 17:15:24 -0300 Subject: [PATCH] row row fight the power --- code/modules/clothing/glasses/_glasses.dm | 11 +++++++++++ .../code/modules/client/loadout/glasses.dm | 10 ++++++++++ 2 files changed, 21 insertions(+) diff --git a/code/modules/clothing/glasses/_glasses.dm b/code/modules/clothing/glasses/_glasses.dm index 225d75f4..cd7e823c 100644 --- a/code/modules/clothing/glasses/_glasses.dm +++ b/code/modules/clothing/glasses/_glasses.dm @@ -224,6 +224,17 @@ force = 12 throwforce = 12 +/obj/item/clothing/glasses/garb + name = "plain black gar glasses" + desc = "Go beyond impossible and kick reason to the curb! Doesn't seem to have flash protection." + icon_state = "garb" + item_state = "garb" + +/obj/item/clothing/glasses/garb/supergarb + name = "plain black giga gar glasses" + desc = "Believe in us humans. Also doesn't seem to have flash protection." + icon_state = "supergarb" + /obj/item/clothing/glasses/sunglasses/gar name = "gar glasses" desc = "Just who the hell do you think I am?!" diff --git a/modular_citadel/code/modules/client/loadout/glasses.dm b/modular_citadel/code/modules/client/loadout/glasses.dm index 9e7b68bf..8df5eed9 100644 --- a/modular_citadel/code/modules/client/loadout/glasses.dm +++ b/modular_citadel/code/modules/client/loadout/glasses.dm @@ -42,3 +42,13 @@ name = "Prescription glasses" category = SLOT_GLASSES path = /obj/item/clothing/glasses/regular + +/datum/gear/glasses/garb + name = "plain black GAR glasses" + category = SLOT_GLASSES + path = /obj/item/clothing/glasses/garb + +/datum/gear/glasses/gigagarb + name = "plain black giga GAR glasses" + category = SLOT_GLASSES + path = /obj/item/clothing/glasses/garb/supergarb