From 842c1219014b25ab134554e1ddc03083da603338 Mon Sep 17 00:00:00 2001 From: Erin Date: Sun, 24 Apr 2022 22:01:31 +0200 Subject: [PATCH] sus --- ablescript/src/consts.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/ablescript/src/consts.rs b/ablescript/src/consts.rs index b7bbdd5c..00c19d76 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)),