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()