givme that pilltype button
Fix pill type button
This commit is contained in:
@@ -32,7 +32,7 @@
|
|||||||
for (var/x in 1 to PILL_STYLE_COUNT)
|
for (var/x in 1 to PILL_STYLE_COUNT)
|
||||||
var/list/SL = list()
|
var/list/SL = list()
|
||||||
SL["id"] = x
|
SL["id"] = x
|
||||||
SL["htmltag"] = assets.icon_class_name("pill[x]")
|
SL["className"] = assets.icon_class_name("pill[x]")
|
||||||
pillStyles += list(SL)
|
pillStyles += list(SL)
|
||||||
|
|
||||||
. = ..()
|
. = ..()
|
||||||
|
|||||||
Reference in New Issue
Block a user