Skip to content

Commit

Permalink
nah
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveloopers committed Jun 23, 2024
1 parent 0b39c89 commit 8c95a44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/clothing/glasses/glasses.dm
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@
actions_types = list(/datum/action/item_action/toggle)
toggleable = TRUE
flags_inventory = COVEREYES
req_skill = SKILL_MEDICAL
req_skill_level = SKILL_MEDICAL_DOCTOR
req_skill = SKILL_RESEARCH
req_skill_level = SKILL_RESEARCH_TRAINED
clothing_traits = list(TRAIT_REAGENT_SCANNER)

/obj/item/clothing/glasses/science/prescription
Expand Down

0 comments on commit 8c95a44

Please sign in to comment.