diff --git a/ablescript/src/consts.rs b/ablescript/src/consts.rs index b7bbdd5..00c19d7 100644 --- a/ablescript/src/consts.rs +++ b/ablescript/src/consts.rs @@ -30,6 +30,7 @@ pub fn ablescript_consts() -> HashMap { 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)),