Runtime fix; need to update auxmos or it's lies

This commit is contained in:
Putnam3145
2021-07-25 18:45:17 -07:00
parent f1560cb807
commit ebb8d278a1
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -110,7 +110,7 @@
item_state = "cloak" item_state = "cloak"
var/list/poly_colors = list("#585858", "#373737", "#BEBEBE") var/list/poly_colors = list("#585858", "#373737", "#BEBEBE")
/obj/item/clothing/neck/cancloak/polychromic/ComponentInitialize() /obj/item/clothing/neck/cloak/cancloak/polychromic/ComponentInitialize()
. = ..() . = ..()
AddElement(/datum/element/polychromic, poly_colors, 3) AddElement(/datum/element/polychromic, poly_colors, 3)