The portion that generates the list just performs a null check, not a length check.
So we initialize it as null instead.
This commit is contained in:
ccomp5950
2016-01-23 20:27:57 -05:00
committed by Datraen
parent d5cefa6384
commit f65581b1c8
+1 -1
View File
@@ -299,7 +299,7 @@
item_state = "glasses"
desc = "It looks like a plain set of mesons, but on closer inspection, it seems to have a small dial inside."
origin_tech = list(TECH_ILLEGAL = 3)
var/list/clothing_choices = list()
var/list/global/clothing_choices
/obj/item/clothing/glasses/chameleon/New()
..()