Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jensenshades are now proper thermal glasses #5716

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion code/game/objects/effects/spawners/random.dm
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@
prob(4);/obj/item/clothing/glasses/thermal/monocle,\
prob(4);/obj/item/clothing/glasses/thermal/eyepatch,\
prob(4);/obj/item/clothing/glasses/welding/superior,\
prob(4);/obj/item/clothing/glasses/hud/security/jensenshades,\
prob(4);/obj/item/clothing/glasses/thermal/jensenshades,\
prob(4);/obj/item/clothing/glasses/meson/refurbished,\
prob(4);/obj/item/clothing/glasses/science,\
prob(4);/obj/item/clothing/glasses/hud/sensor,\
Expand Down
11 changes: 0 additions & 11 deletions code/modules/clothing/glasses/hud.dm
Original file line number Diff line number Diff line change
Expand Up @@ -133,14 +133,3 @@
name = "\improper Prescription PatrolMate HUD"
desc = "A heads-up display that scans the humans in view and provides accurate data about their ID status and security records."
prescription = TRUE

/obj/item/clothing/glasses/hud/security/jensenshades
name = "augmented shades"
gender = PLURAL
desc = "Polarized bioneural eyewear, designed to augment your vision. Why don't you try getting a job?"
icon_state = "jensenshades"
item_state = "jensenshades"
vision_flags = SEE_MOBS
invisa_view = 2
toggleable = FALSE
actions_types = list()
8 changes: 8 additions & 0 deletions code/modules/clothing/glasses/thermal.dm
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,14 @@
item_state = "syringe_kit"
toggleable = FALSE

/obj/item/clothing/glasses/thermal/jensenshades
name = "augmented shades"
gender = PLURAL
desc = "Polarized bioneural eyewear, designed to augment your vision. Why don't you try getting a job?"
icon_state = "jensenshades"
item_state = "jensenshades"
toggleable = FALSE

/obj/item/clothing/glasses/thermal/empproof
desc = "Thermals in the shape of glasses. This one is EMP proof."
blinds_on_emp = FALSE
Loading