[Ready] AI building fixes: Runtimes when adding AI law modules, Syndicate modules work during building again, Helpful messages for freeform modules. (#17935)

* Fixes rumtimes when adding AI law modules while building AI

* Syndicate AI modules now can be used during AI construction

Freeform modules now provide helpful messages if you try to use empty
module on the AI during construction

Co-authored-by: Kugamo <thekugamo@gmail.com>
This commit is contained in:
alex-gh
2022-06-14 13:31:18 +01:00
committed by GitHub
co-authored by Kugamo
parent 01a5869cce
commit 821b324e6a
2 changed files with 16 additions and 2 deletions
@@ -188,7 +188,7 @@ AI MODULES
/****************** New Freeform ******************/
/obj/item/aiModule/freeform // Slightly more dynamic freeform module -- TLE
name = "\improper Freeform AI module"
var/newFreeFormLaw = "freeform"
var/newFreeFormLaw = ""
var/lawpos = 15
desc = "A 'freeform' AI module: '<freeform>'"
origin_tech = "programming=4;materials=4"