Default encounter is easy.

This commit is contained in:
raeleus 2024-10-12 10:04:59 -07:00
parent 7d3bfe57ab
commit bf60878d05

View file

@ -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)