mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
[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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user