SR6_Roll20_Sheet/components/_healthBoxContainer.pug
2022-09-30 15:15:24 +02:00

5 lines
No EOL
189 B
Text

mixin healthContainer(count)
div(class='healthContainer ' + attributes.class)
include ./_healthBoxBox
- for (var i = 0; i < count; i++)
+healthBox(i)(class=attributes.class)