mirror of
https://github.com/raeleus/Hashtag-DnD.git
synced 2025-07-05 21:20:27 -04:00
Default encounter is easy.
This commit is contained in:
parent
7d3bfe57ab
commit
bf60878d05
1 changed files with 1 additions and 1 deletions
2
Input.js
2
Input.js
|
@ -1866,7 +1866,7 @@ function doShowLocations(command) {
|
|||
function doEncounter(command) {
|
||||
var arg0 = getArgument(command, 0)
|
||||
if (arg0 == null) {
|
||||
arg0 = "funny"
|
||||
arg0 = "easy"
|
||||
}
|
||||
|
||||
var encounter = createEncounter(arg0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue