randchar: try and fail to fix spacing
This commit is contained in:
parent
31340685a1
commit
33fca057bc
1 changed files with 2 additions and 2 deletions
|
@ -588,8 +588,8 @@ render_and_copy(
|
||||||
alt="a piece of facewear, or lack thereof"
|
alt="a piece of facewear, or lack thereof"
|
||||||
prns={FACEWEAR}
|
prns={FACEWEAR}
|
||||||
/>
|
/>
|
||||||
, <Prngnoun alt="a top (clothing)" prns={TOP} />
|
, <Prngnoun alt="a top (clothing)" prns={TOP} />,{" "}
|
||||||
, <Prngnoun alt="a bottom (clothing)" prns={BOTTOM} />, and{" "}
|
<Prngnoun alt="a bottom (clothing)" prns={BOTTOM} />, and{" "}
|
||||||
<Prngnoun alt="footwear" prns={FOOTWEAR} />.
|
<Prngnoun alt="footwear" prns={FOOTWEAR} />.
|
||||||
{/* you are wearing nothing on your head, some sick shades, a tank top, boots, and cargo pants */}
|
{/* you are wearing nothing on your head, some sick shades, a tank top, boots, and cargo pants */}
|
||||||
{/* your expression changes {often,rarely,of course}, but it's typical for you to be {smiling,grinning,grimacing} */}
|
{/* your expression changes {often,rarely,of course}, but it's typical for you to be {smiling,grinning,grimacing} */}
|
||||||
|
|
Loading…
Reference in a new issue