From bb53a9c0732d7e490191232a4e8444d6c9919d2e Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Sat, 12 Dec 2020 01:02:48 +0100 Subject: [PATCH] [MIRROR] Ash lizards don't know galactic common (#2139) * Ash lizards don't know galactic common (#55408) * Ash lizards don't know galactic common Co-authored-by: wesoda25 <37246588+wesoda25@users.noreply.github.com> --- code/game/objects/structures/ghost_role_spawners.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/objects/structures/ghost_role_spawners.dm b/code/game/objects/structures/ghost_role_spawners.dm index 2b9d21de35e..ddaa82c70af 100644 --- a/code/game/objects/structures/ghost_role_spawners.dm +++ b/code/game/objects/structures/ghost_role_spawners.dm @@ -109,6 +109,7 @@ H.underwear = "Nude" H.update_body() ADD_TRAIT(H, TRAIT_PRIMITIVE, ROUNDSTART_TRAIT) + H.remove_language(/datum/language/common) team.players_spawned += (new_spawn.key) eggshell.egg = null qdel(eggshell)