Skip to content

Commit

Permalink
adds prescription reagent scanners
Browse files Browse the repository at this point in the history
  • Loading branch information
private-tristan committed Aug 19, 2023
1 parent f32218a commit b3afa40
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/modules/clothing/glasses/glasses.dm
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,10 @@
req_skill_level = SKILL_RESEARCH_TRAINED
clothing_traits = list(TRAIT_REAGENT_SCANNER)

/obj/item/clothing/glasses/science/prescription
name = "prescription reagent scanner HUD goggles"
desc = "These goggles are probably of use to someone who isn't holding a rifle and actively seeking to lower their combat life expectancy. Contains prescription lenses."

/obj/item/clothing/glasses/science/get_examine_text(mob/user)
. = ..()
. += SPAN_INFO("While wearing them, you can examine items to see their reagent contents.")
Expand Down

0 comments on commit b3afa40

Please sign in to comment.