From 1aeb81cc255c2e21d79456ab9ec94c8d6f11ddc1 Mon Sep 17 00:00:00 2001 From: PKPenguin321 Date: Thu, 9 Nov 2017 09:08:17 -0800 Subject: [PATCH] Ensures sentienced animals know how to speak all the languages their master does (#32518) * Ensures sentienced animals know how to speak Common * Give all of master's languages * Languages --- code/modules/research/xenobiology/xenobiology.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/research/xenobiology/xenobiology.dm b/code/modules/research/xenobiology/xenobiology.dm index cca88a0dda..83957a7285 100644 --- a/code/modules/research/xenobiology/xenobiology.dm +++ b/code/modules/research/xenobiology/xenobiology.dm @@ -196,6 +196,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) qdel(src) else to_chat(user, "[SM] looks interested for a moment, but then looks back down. Maybe you should try again later.")