Fixing two issues. (#12481)

This commit is contained in:
Ghom
2020-06-09 12:26:19 +02:00
committed by GitHub
parent 97a789b5fe
commit 77a6511cc7
2 changed files with 8 additions and 1 deletions
@@ -32,7 +32,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["htmltag"] = assets.icon_class_name("pill[x]")
pillStyles += list(SL)
. = ..()