mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 16:38:22 +01:00
Fixes prescription glasses not fixing nearsightedness (#10308)
This commit is contained in:
@@ -391,7 +391,7 @@
|
||||
var/equipped = H.equip_to_slot_or_del(new /obj/item/clothing/glasses/regular(H), slot_glasses)
|
||||
if(equipped != 1)
|
||||
var/obj/item/clothing/glasses/G = H.glasses
|
||||
G.prescription = TRUE
|
||||
G.prescription = 7
|
||||
|
||||
if(H.species && !H.species_items_equipped)
|
||||
H.species.equip_later_gear(H)
|
||||
@@ -527,7 +527,7 @@
|
||||
var/equipped = H.equip_to_slot_or_del(new /obj/item/clothing/glasses/regular(H), slot_glasses)
|
||||
if(equipped != 1)
|
||||
var/obj/item/clothing/glasses/G = H.glasses
|
||||
G.prescription = TRUE
|
||||
G.prescription = 7
|
||||
G.autodrobe_no_remove = TRUE
|
||||
|
||||
if(H.species && !H.species_items_equipped)
|
||||
|
||||
Reference in New Issue
Block a user