Health Analyzer Rework (medial mains inquire within) (#86666)

This commit is contained in:
MrMelbert
2024-09-25 18:18:24 +00:00
committed by GitHub
parent bcfe54f9c9
commit c42d4dcfb2
22 changed files with 436 additions and 256 deletions
@@ -510,13 +510,9 @@ GLOBAL_LIST_INIT(prototype_language_holders, init_language_holder_prototypes())
// Explicitly empty one for readability
/datum/language_holder/empty
understood_languages = null
spoken_languages = null
// Has all the languages known (via "mind")
/datum/language_holder/universal
understood_languages = null
spoken_languages = null
/datum/language_holder/universal/New()
. = ..()