PillTypeAgain

This commit is contained in:
Sonic121x
2020-09-10 20:22:17 +08:00
committed by GitHub
parent f88bd9c4d3
commit bb734cc861

View File

@@ -42,7 +42,7 @@
for (var/x in 1 to PILL_STYLE_COUNT)
var/list/SL = list()
SL["id"] = x
SL["htmltag"] = assets.icon_tag("pill[x]")
SL["class_name"] = assets.icon_class_name("pill[x]")
pill_styles += list(SL)