Skip to content

Commit

Permalink
ais, pais, and cyborgs can all speak translation class level 1 langua…
Browse files Browse the repository at this point in the history
…ges now (#6008)
  • Loading branch information
silicons authored Sep 22, 2023
1 parent 09c0c65 commit b500a44
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions code/modules/mob/living/silicon/silicon.dm
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@
init_id()
init_subsystems()

for(var/datum/language/L as anything in SScharacters.all_languages())
if(L.translation_class & TRANSLATION_CLASS_LEVEL_1)
add_language(L)
add_language(LANGUAGE_EAL)

/mob/living/silicon/Destroy()
silicon_mob_list -= src
for(var/datum/alarm_handler/AH in SSalarms.all_handlers)
Expand Down

0 comments on commit b500a44

Please sign in to comment.