Merge pull request #2484 from Verkister/gogliberation

Unrestricts my fluff goggles for general loadout use.
This commit is contained in:
Arokha Sieyes
2017-11-16 15:31:48 -05:00
committed by GitHub
2 changed files with 11 additions and 3 deletions

View File

@@ -5,3 +5,11 @@
/datum/gear/eyes/arglassespres
display_name = "AR glasses, prescription"
path = /obj/item/clothing/glasses/omnihud/prescription
/datum/gear/eyes/spiffygogs
display_name = "Slick orange goggles"
path = /obj/item/clothing/glasses/fluff/spiffygogs
/datum/gear/eyes/science_proper
display_name = "Science goggles (no overlay)"
path = /obj/item/clothing/glasses/fluff/science_proper

View File

@@ -1025,7 +1025,7 @@ obj/item/weapon/material/hatchet/tacknife/combatknife/fluff/katarina/handle_shie
accessset = 1
..()
//verkister: Cameron Eggbert - Science goggles that ACTUALLY do nothing.
//General use, Verk felt like sharing.
/obj/item/clothing/glasses/fluff/science_proper
name = "Aesthetic Science Goggles"
desc = "The goggles really do nothing this time!"
@@ -1033,9 +1033,9 @@ obj/item/weapon/material/hatchet/tacknife/combatknife/fluff/katarina/handle_shie
item_state_slots = list(slot_r_hand_str = "glasses", slot_l_hand_str = "glasses")
item_flags = AIRTIGHT
//verkister: Opie Eggbert - Spiffy fluff goggles
//General use, Verk felt like sharing.
/obj/item/clothing/glasses/fluff/spiffygogs
name = "Chad Goggles"
name = "Orange Goggles"
desc = "You can almost feel the raw power radiating off these strange specs."
icon = 'icons/vore/custom_items_vr.dmi'
icon_override = 'icons/vore/custom_clothes_vr.dmi'