mirror of
https://github.com/Ratstail91/SANCTUM.git
synced 2025-11-29 02:24:27 +11:00
Moved the help and lore dialog to the faction leaders
This commit is contained in:
@@ -51,5 +51,5 @@
|
||||
"heal": "THIS IS A LIBRARY. NOT A PLACE FOR HEALING.",
|
||||
"read": "PLEASE CHOOSE A BOOK: !book [name].",
|
||||
|
||||
"unknown": "UNKNOWN"
|
||||
"noResult": "UNKNOWN"
|
||||
}
|
||||
@@ -27,7 +27,7 @@ dialog = function(baseDialog) {
|
||||
let result = baseDialog(key, ...data);
|
||||
|
||||
if (result === "") {
|
||||
return baseDialog("unknown");
|
||||
return baseDialog("noResult");
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user