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