mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-15 06:12:43 +00:00
Improved the dice rolling algo
This commit is contained in:
@@ -103,8 +103,13 @@ var Sidebar = React.createClass({
|
||||
</div>
|
||||
<div className='addPlayers'>
|
||||
<h3> <i className='fa fa-group' /> Players </h3>
|
||||
|
||||
<textarea value={this.props.players} onChange={this.props.onPlayerChange} />
|
||||
</div>
|
||||
|
||||
<div className='dmDice'>
|
||||
<h3> <i className='fa fa-random' /> DM Dice </h3>
|
||||
|
||||
ah yeah
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user