sus
This commit is contained in:
parent
c51a332f60
commit
842c121901
|
@ -30,6 +30,7 @@ pub fn ablescript_consts() -> HashMap<String, Variable> {
|
||||||
Str("1452251871514141792252515212116".to_owned()),
|
Str("1452251871514141792252515212116".to_owned()),
|
||||||
),
|
),
|
||||||
("OCTOTHORPE", Str("#".to_owned())), // It's an octothorpe
|
("OCTOTHORPE", Str("#".to_owned())), // It's an octothorpe
|
||||||
|
("AMOGUS", Str("ඞ".to_owned())), // Amogus
|
||||||
("ANSWER", Int(ANSWER)),
|
("ANSWER", Int(ANSWER)),
|
||||||
("nul", Nul),
|
("nul", Nul),
|
||||||
("always", Abool(crate::variables::Abool::Always)),
|
("always", Abool(crate::variables::Abool::Always)),
|
||||||
|
|
Loading…
Reference in a new issue