This commit is contained in:
Erin 2022-04-24 22:01:31 +02:00 committed by ondra05
parent c51a332f60
commit 842c121901

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)),