From bef546bb7bbdf44e0cbc924b4fb9b9aacf7d8eaa Mon Sep 17 00:00:00 2001 From: Necaladun Date: Fri, 20 Jun 2014 04:15:15 +0930 Subject: [PATCH] 3rd times the charm - trinary Changed to :5 because :t was conflicting with something to do with radio? --- code/modules/mob/language.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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