diff --git a/Input.js b/Input.js index 6fc4b57..66031fe 100644 --- a/Input.js +++ b/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)