mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
* Loremaster was loading all subtypes of /datum/lore/organization, but some intermediate subtypes are never meant to be used (such as /datum/lore/organization/mil) * These intermediate subtypes have no names, and no ship_prefixes, so crash the ATC. * Fix by not loading ones not meant to be loaded. Detected by checking if they have a non-null name.