mirror of
https://github.com/raeleus/Hashtag-DnD.git
synced 2025-07-05 05:00:26 -04:00
Added places of interest to #location. Resolves #69
This commit is contained in:
parent
ac71bbad3e
commit
264ced0e08
2 changed files with 16 additions and 1 deletions
2
Input.js
2
Input.js
|
@ -1972,7 +1972,7 @@ function doGoToLocation(command) {
|
|||
}
|
||||
|
||||
function doGetLocation(command) {
|
||||
state.show = "none"
|
||||
state.show = "location"
|
||||
return `\n[You are at ${state.location == null ? "" : "the location " + toTitleCase(state.location) + " "}(${state.x},${state.y})]`
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue