[nonmodular]adds the modern glasses to the glasses selection (#9150)

Co-authored-by: louiseedwardstuart <bonniefluff>
This commit is contained in:
death and coding
2021-10-31 14:23:16 -04:00
committed by GitHub
co-authored by louiseedwardstuart <bonniefluff>
parent 0595717896
commit 0632a8fd77
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
///Lists related to quirk selection
///Types of glasses that can be selected at character selection with the Nearsighted quirk
GLOBAL_LIST_INIT(nearsighted_glasses, list("Regular","Thin","Circle","Hipster"))
GLOBAL_LIST_INIT(nearsighted_glasses, list("Regular","Thin","Circle","Hipster", "Modern"))
+2
View File
@@ -297,6 +297,8 @@
glasses = /obj/item/clothing/glasses/regular/circle
if ("Hipster")
glasses = /obj/item/clothing/glasses/regular/hipster
if ("Modern")
glasses = /obj/item/clothing/glasses/betterunshit
else
glasses = /obj/item/clothing/glasses/regular