mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
[nonmodular]adds the modern glasses to the glasses selection (#9150)
Co-authored-by: louiseedwardstuart <bonniefluff>
This commit is contained in:
co-authored by
louiseedwardstuart <bonniefluff>
parent
0595717896
commit
0632a8fd77
@@ -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"))
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user