From 4bd1fdbb8d2e6711da5e24b77b31d53211c82c8d Mon Sep 17 00:00:00 2001 From: Buggy123 Date: Mon, 22 Oct 2018 06:10:42 -0400 Subject: [PATCH] Adds Overlord core module --- code/game/objects/items/AI_modules.dm | 7 +++++++ 1 file changed, 7 insertions(+) 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"