mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 13:38:41 +01:00
Health Analyzer Rework (medial mains inquire within) (#86666)
This commit is contained in:
@@ -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()
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user