diff --git a/code/game/machinery/computer/ai_core.dm b/code/game/machinery/computer/ai_core.dm index 069533e18a6..df1e1708f13 100644 --- a/code/game/machinery/computer/ai_core.dm +++ b/code/game/machinery/computer/ai_core.dm @@ -66,7 +66,7 @@ if(!M.newFreeFormLaw) to_chat(usr, "No law detected on module, please create one.") return - laws.add_inherent_law(M.newFreeFormLaw) + laws.add_supplied_law(M.lawpos, M.newFreeFormLaw) to_chat(usr, "Added a freeform law.") return