Skip to content

Commit

Permalink
promote herb!
Browse files Browse the repository at this point in the history
  • Loading branch information
qualityshepherd committed Dec 7, 2023
1 parent 1c63c2d commit cfee80a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/rando.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ const rando = {
<div><label>Spark</label>${await r.spark()}</div>
<div><label>Threat</label> ${threat}</div>
<div><label>Complication</label> ${complication}</div>
<div><label>Apothecary</label> ${await r.apothecary()}</div>
<div><label>Items</label> ${villageItem}, ${dungeonItem}</div>
<div><label>Features</label> ${dungeonFeature}, ${ruinFeature}</div>
<div class="loot header">Loot</div>
<div><label>Coin</label> ${(r.d6() * r.d6() + r.d6())}</div>
<div><label>Loot</label> ${loot}</div>
<div><label>Apothecary</label> ${await r.apothecary()}</div>
<div><label>Magic</label> ${magicItem}</div>
<div><label>Potion</label> ${potion}</div>
Expand Down

0 comments on commit cfee80a

Please sign in to comment.