diff --git a/code/modules/mob/language.dm b/code/modules/mob/language.dm index b33fa78c4ec..a1770282a4c 100644 --- a/code/modules/mob/language.dm +++ b/code/modules/mob/language.dm @@ -76,7 +76,7 @@ /datum/language/trinary name = "Trinary" desc = "A modification of binary to allow fuzzy logic. 0 is no, 1 maybe, 2 yes. Credited with giving Machine People the ability to think creatively." - key = "t" + key = "5" flags = RESTRICTED