/tg/ Station 13 - Modules - TypesDefine Details

code/game/objects/items/AI_modules/_AI_modules.dm

SHOULD_QDEL_MODULEdefined truthy result for handle_unique_ai(), which makes initialize return INITIALIZE_HINT_QDEL
/obj/item/ai_moduleGeneric item that can be slotted into an AI law rack to give it functionality.
/obj/item/ai_module/lawWhen slotted into an AI law rack, adds laws! The bread and butter of AI modules.
/obj/item/ai_module/law/core/round_default_fallbackWhen the default lawset spawner cannot find a module object to spawn, it will spawn this, and this sets itself to the round default. This is so /datum/lawsets can be picked even if they have no module for themselves.

Define Details

SHOULD_QDEL_MODULE

defined truthy result for handle_unique_ai(), which makes initialize return INITIALIZE_HINT_QDEL