added alias to 58008

closes #3242
This commit is contained in:
Miodec 2022-06-27 12:15:36 +02:00
parent 1230faeeb8
commit f2d9d37b3e
3 changed files with 3 additions and 0 deletions

View file

@ -167,6 +167,7 @@ Misc.getFunboxList().then((funboxes) => {
commandsFunbox.list.push({
id: "changeFunbox" + funbox.name,
display: funbox.name.replace(/_/g, " "),
alias: funbox.alias,
configValue: funbox.name,
exec: (): void => {
if (Funbox.setFunbox(funbox.name, funbox.type)) {

View file

@ -165,6 +165,7 @@ declare namespace MonkeyTypes {
name: string;
type: FunboxObjectType;
info: string;
alias?: string;
affectsWordGeneration?: boolean;
}

View file

@ -69,6 +69,7 @@
{
"name": "58008",
"type": "script",
"alias": "numbers",
"affectsWordGeneration": true,
"info": "A special mode for accountants."
},