mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-20 00:56:33 +01:00
10 lines
286 B
Plaintext
10 lines
286 B
Plaintext
//this exists purely to avoid meta by pre-loading all language icons.
|
|
/datum/asset_pack/language
|
|
|
|
/datum/asset_pack/language/register()
|
|
set waitfor = FALSE
|
|
|
|
for(var/path in typesof(/datum/prototype/language))
|
|
var/datum/prototype/language/language = new path()
|
|
language.get_icon()
|