diff --git a/code/game/objects/items/AI_modules.dm b/code/game/objects/items/AI_modules.dm index 6d56b52c829..f7b3726b26a 100644 --- a/code/game/objects/items/AI_modules.dm +++ b/code/game/objects/items/AI_modules.dm @@ -613,3 +613,10 @@ AI MODULES /obj/item/aiModule/core/full/hulkamania name = "'H.O.G.A.N.' Core AI Module" law_id = "hulkamania" + + +/******************Overlord***************/ + +/obj/item/aiModule/core/full/overlord + name = "'Overlord' Core AI Module" + law_id = "overlord"