Clonk AI EditorProp using SetGlobal

qteditor
Sven Eberhardt 2016-07-21 00:21:34 -04:00
parent 4fad947980
commit b915ecc32a
1 changed files with 1 additions and 1 deletions

View File

@ -762,5 +762,5 @@ private func GetBallisticAngle(int dx, int dy, int v, int max_angle)
func Definition(def)
{
if (!Clonk.EditorProps) Clonk.EditorProps = {};
Clonk.EditorProps.AI = { Type = "has_effect", Effect = "AI", Set = "AI->SetAI", Global = true };
Clonk.EditorProps.AI = { Type = "has_effect", Effect = "AI", Set = "AI->SetAI", SetGlobal = true };
}