From a27bc14e5906b891fcedd81a5f661b888f55e704 Mon Sep 17 00:00:00 2001 From: Tayyyyyyy Date: Tue, 2 Jan 2018 16:08:00 -0700 Subject: [PATCH] Give emagged drones galactic common --- code/modules/mob/living/silicon/robot/drone/drone.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/modules/mob/living/silicon/robot/drone/drone.dm b/code/modules/mob/living/silicon/robot/drone/drone.dm index 683362e3ccd..9f523cfb0bd 100644 --- a/code/modules/mob/living/silicon/robot/drone/drone.dm +++ b/code/modules/mob/living/silicon/robot/drone/drone.dm @@ -191,6 +191,9 @@ density = 1 ventcrawler = 0 pass_flags = 0 + add_language("Galactic Common", 1) + to_chat(src, "The new malware has destroyed your ability to ventcrawl or crawl on tables, but has granted you the ability to speak Galactic Common!") + default_language = "Galactic Common" icon_state = "repairbot-emagged" holder_type = /obj/item/weapon/holder/drone/emagged update_icons()