diff --git a/source/Behavior/ContactAttacking.ts b/source/Behavior/ContactAttacking.ts index 93e9e32..b5f898f 100644 --- a/source/Behavior/ContactAttacking.ts +++ b/source/Behavior/ContactAttacking.ts @@ -6,7 +6,8 @@ import { Model } from "@Model/Model"; type IContactAttackingBehaviorParameter = { target: "CLG", success: "number", - range: "number" + range: "number", + assimilate: "CG", } type IContactAttackingBehaviorEvent = {} @@ -26,7 +27,8 @@ class ContactAttacking extends Behavior { @@ -46,6 +48,10 @@ class ContactAttacking extends Behavior