mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-25 14:16:58 +01:00
Merge pull request #12242 from GhostActual/bigshot_glasses
Now's your chance to be a [BIG SHOT]
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 |
Reference in New Issue
Block a user