mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-17 10:03:50 +01:00
Fixes oversight about prescription glasses (#22445)
Co-authored-by: Miraviel <Miraviel@users.noreply.github.com>
This commit is contained in:
@@ -204,6 +204,7 @@
|
||||
desc = "Yarr."
|
||||
icon_state = "eyepatch"
|
||||
item_state = "eyepatch"
|
||||
prescription_upgradable = TRUE
|
||||
|
||||
sprite_sheets = list(
|
||||
"Vox" = 'icons/mob/clothing/species/vox/eyes.dmi',
|
||||
@@ -263,7 +264,7 @@
|
||||
desc = "Made by Nerd. Co."
|
||||
icon_state = "glasses"
|
||||
item_state = "glasses"
|
||||
prescription = 1
|
||||
prescription = TRUE
|
||||
|
||||
sprite_sheets = list(
|
||||
"Vox" = 'icons/mob/clothing/species/vox/eyes.dmi',
|
||||
@@ -330,6 +331,8 @@
|
||||
see_in_dark = 0
|
||||
flash_protect = FLASH_PROTECTION_NONE
|
||||
tint = FLASH_PROTECTION_NONE
|
||||
prescription_upgradable = TRUE
|
||||
|
||||
sprite_sheets = list(
|
||||
"Vox" = 'icons/mob/clothing/species/vox/eyes.dmi',
|
||||
"Drask" = 'icons/mob/clothing/species/drask/eyes.dmi',
|
||||
@@ -516,6 +519,7 @@
|
||||
actions_types = list(/datum/action/item_action/toggle)
|
||||
up = FALSE
|
||||
tint = FLASH_PROTECTION_NONE
|
||||
prescription_upgradable = TRUE
|
||||
|
||||
sprite_sheets = list(
|
||||
"Vox" = 'icons/mob/clothing/species/vox/eyes.dmi',
|
||||
|
||||
Reference in New Issue
Block a user