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)