givme that pilltype button

Fix pill type button
This commit is contained in:
Sonic121x
2020-07-02 22:30:28 +08:00
committed by GitHub
parent 382bcfa777
commit ea7fed0c8e

View File

@@ -32,7 +32,7 @@
for (var/x in 1 to PILL_STYLE_COUNT)
var/list/SL = list()
SL["id"] = x
SL["htmltag"] = assets.icon_class_name("pill[x]")
SL["className"] = assets.icon_class_name("pill[x]")
pillStyles += list(SL)
. = ..()