mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-10 04:52:40 +00:00
Fixed for deploy
This commit is contained in:
@@ -43,7 +43,8 @@ var Encounter = React.createClass({
|
||||
},
|
||||
|
||||
createEnemy : function(props, type, index){
|
||||
var stats = props.index[type] || props.monsterManual[type];
|
||||
var stats = props.unique[type] || props.monsterManual[type];
|
||||
if(!stats) return;
|
||||
return _.extend({
|
||||
id : type + index,
|
||||
name : type,
|
||||
|
||||
Reference in New Issue
Block a user