pull/9/head
ondra05 2022-04-24 22:01:31 +02:00
parent 45bb1ade84
commit 83e395ff7b
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ pub fn ablescript_consts() -> HashMap<String, Variable> {
Str("1452251871514141792252515212116".to_owned()),
),
("OCTOTHORPE", Str("#".to_owned())), // It's an octothorpe
("AMOGUS", Str("".to_owned())), // Amogus
("ANSWER", Int(ANSWER)),
("nul", Nul),
("always", Abool(crate::variables::Abool::Always)),