Merge pull request #13381 from Sonic121x/patch-2

fix pill button on chemical press
This commit is contained in:
silicons
2020-09-11 14:13:34 -07:00
committed by GitHub
+1 -1
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)