mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-06 07:02:28 +00:00
Merge pull request #13918 from karifaevt/master
BUGFIX Shadow of the Weird Wizard
This commit is contained in:
@@ -254,7 +254,7 @@
|
||||
<div class="mainSub">
|
||||
<h4>Inventory</h4>
|
||||
</div>
|
||||
<label>Coins: Cp<input type="number" style="width: 8em" value="0">Sp<input type="number" style="width: 8em" value="0">Gp<input type="number" style="width: 8em" value="0"></label>
|
||||
<label>Coins: Cp<input name="attr_coinCopper" type="number" style="width: 8em" value="">Sp<input name="attr_coinSilver" type="number" style="width: 8em" value="">Gp<input name="attr_coinGold" type="number" style="width: 8em" value=""></label>
|
||||
<div class="sheet-2colrow">
|
||||
<div class="sheet-col">
|
||||
<textarea name="attr_inventory" style="max-width:95%;min-width:95%;min-height:300px"></textarea>
|
||||
@@ -601,4 +601,4 @@
|
||||
});
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user