mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-08 01:02:51 +00:00
have part of the random encoutner generator working, should move over to flux before continuing
This commit is contained in:
@@ -17,7 +17,7 @@ var Encounter = React.createClass({
|
||||
reward : '',
|
||||
enemies : [],
|
||||
players : '',
|
||||
index : {},
|
||||
unique : {},
|
||||
|
||||
monsterManual : {}
|
||||
};
|
||||
@@ -109,8 +109,7 @@ var Encounter = React.createClass({
|
||||
var reward;
|
||||
if(this.props.reward){
|
||||
reward = <div className='reward'>
|
||||
<i className='fa fa-trophy' />
|
||||
{this.props.reward}
|
||||
<i className='fa fa-trophy' /> Rewards: {this.props.reward}
|
||||
</div>
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user