mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-10 07:30:36 +01:00
row row fight the power
This commit is contained in:
@@ -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?!"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user