Skip to content

Commit

Permalink
Хайвмайнд шарит за язык маров (#726)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrShlepa authored Dec 1, 2024
1 parent a4e12bb commit 2269e03
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/modules/language/language_holder.dm
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@
/datum/language_holder/xeno
languages = list(/datum/language/xenocommon)

/datum/language_holder/hivemind
languages = list(/datum/language/xenocommon)
shadow_languages = list(/datum/language/common)


/datum/language_holder/universal/New()
. = ..()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
sight = SEE_MOBS|SEE_TURFS|SEE_OBJS
see_in_dark = 8
move_on_shuttle = TRUE
initial_language_holder = /datum/language_holder/hivemind

hud_type = /datum/hud/hivemind
hud_possible = list(PLASMA_HUD, HEALTH_HUD_XENO, PHEROMONE_HUD, XENO_RANK_HUD, QUEEN_OVERWATCH_HUD, XENO_BLESSING_HUD, XENO_EVASION_HUD)
Expand Down

0 comments on commit 2269e03

Please sign in to comment.