From 15be2b95793a9811e68f05e6e6ae45c7c5fa9e25 Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Mon, 5 Feb 2018 00:49:34 -0600 Subject: [PATCH] [MIRROR] Intelligence potions won't override previously known mob languages (#5309) * Intelligence potions won't override previously known mob languages * Intelligence potions won't override previously known mob languages --- code/modules/research/xenobiology/xenobiology.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/research/xenobiology/xenobiology.dm b/code/modules/research/xenobiology/xenobiology.dm index d22d06baaf..d40adb7967 100644 --- a/code/modules/research/xenobiology/xenobiology.dm +++ b/code/modules/research/xenobiology/xenobiology.dm @@ -601,7 +601,7 @@ to_chat(SM, "All at once it makes sense: you know what you are and who you are! Self awareness is yours!") to_chat(SM, "You are grateful to be self aware and owe [user.real_name] a great debt. Serve [user.real_name], and assist [user.p_them()] in completing [user.p_their()] goals at any cost.") to_chat(user, "[SM] accepts [src] and suddenly becomes attentive and aware. It worked!") - SM.copy_known_languages_from(user, TRUE) + SM.copy_known_languages_from(user, FALSE) after_success(user, SM) qdel(src) else