Merge pull request #12242 from GhostActual/bigshot_glasses

Now's your chance to be a [BIG SHOT]
This commit is contained in:
Casey
2022-02-16 07:21:13 +00:00
committed by CHOMPStation2
parent 1a817972a5
commit c3a0eaaf5b
5 changed files with 10 additions and 0 deletions
@@ -207,6 +207,7 @@
prob(2);/obj/item/toy/tennis/blue,
prob(2);/obj/item/toy/tennis/purple,
prob(1);/obj/item/clothing/glasses/sunglasses,
prob(1);/obj/item/clothing/glasses/sunglasses/bigshot,
prob(1);/obj/item/clothing/glasses/welding,
prob(1);/obj/item/clothing/gloves/yellow,
prob(1);/obj/item/clothing/head/bio_hood/general,
@@ -65,3 +65,7 @@
/datum/gear/eyes/medical/medpatch
display_name = "Health HUDpatch"
path = /obj/item/clothing/glasses/hud/health/eyepatch
/datum/gear/eyes/bigshot
display_name = "Big Shot's Glasses"
path = /obj/item/clothing/glasses/sunglasses/bigshot
+5
View File
@@ -342,6 +342,11 @@ BLIND // can't see anything
desc = "A pair of designer sunglasses."
icon_state = "aviator"
/obj/item/clothing/glasses/sunglasses/bigshot
name = "big shot's glasses"
desc = "A pair of glasses to help you feel more like a \[BIG SHOT]."
icon_state = "bigshot"
/obj/item/clothing/glasses/welding
name = "welding goggles"
desc = "Protects the eyes from welders, approved by the mad scientist association."
Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.7 KiB

After

Width:  |  Height:  |  Size: 9.9 KiB