This commit is contained in:
SandPoot
2023-12-01 14:54:05 -03:00
parent c9b0dedf77
commit f698cbb8a7
51 changed files with 604 additions and 606 deletions
@@ -0,0 +1,6 @@
//this exists purely to avoid meta by pre-loading all language icons.
/datum/asset/language/register()
for(var/path in typesof(/datum/language))
set waitfor = FALSE
var/datum/language/L = new path ()
L.get_icon()