add more values to default to boolean

This commit is contained in:
O-01-67 2022-10-10 12:16:18 -04:00 committed by GitHub
parent f4bda72c8b
commit edd39e57ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ booleanSynonyms = [ "boolean", "bool", "boole", "boo", "bo", "bl", "b" ];
defaultStringTypeValues = ["element","color","clone","changeTo","void"];
defaultNumberTypeValues = ["x","y","temp","start","vx","vy","chargeCD","start","burnStart","dir","panic","r"];
defaultBooleanTypeValues = ["burning","charge","dead"];
defaultBooleanTypeValues = ["burning","charge","dead","hissing","following","dirLocked","del"];
trueSynonyms = ["true", "t", "1", "yes"];
falseSynonyms = ["false", "f", "0", "no"];