mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-09 18:02:39 +00:00
Added in the admin page
This commit is contained in:
@@ -41,7 +41,7 @@ var EditPage = React.createClass({
|
||||
|
||||
if(this.state.text === ""){
|
||||
this.setState({
|
||||
text : FullClassGen()
|
||||
text : 'Put stuff huuurr'
|
||||
})
|
||||
}
|
||||
},
|
||||
|
||||
@@ -141,7 +141,7 @@ module.exports = function(){
|
||||
"> - **Speed** " + _.random(0,50) + "ft.",
|
||||
">___",
|
||||
">|STR|DEX|CON|INT|WIS|CHA|",
|
||||
">|:---:|:---:|:---:|:---:|:---:|:---:|:---:|",
|
||||
">|:---:|:---:|:---:|:---:|:---:|:---:|",
|
||||
stats,
|
||||
">___",
|
||||
"> - **Condition Immunities** " + genList(["groggy", "swagged", "weak-kneed", "buzzed", "groovy", "melancholy", "drunk"], 3),
|
||||
|
||||
Reference in New Issue
Block a user