1.4
This commit is contained in:
parent
ad2cc76429
commit
7455d630fc
82 changed files with 2179 additions and 900 deletions
|
|
@ -152,18 +152,10 @@
|
|||
return window.TarinaiStructureLifecycle.consumeGrassBedOnWake(worldRef, bed, this, reason) || false;
|
||||
},
|
||||
|
||||
seekTarget(state, target = null, reason = "") {
|
||||
return this.setActionState(state, { target, reason, sleeping: false });
|
||||
},
|
||||
|
||||
forceBehavior(actionId = "", opts = {}) {
|
||||
return queueForcedTarinaiBehavior(this, actionId, opts);
|
||||
},
|
||||
|
||||
currentBehaviorText() {
|
||||
return behaviorText(this);
|
||||
},
|
||||
|
||||
enterPanic(opts = {}) {
|
||||
if (this.dead) return false;
|
||||
const profile = this.personalityProfile ? this.personalityProfile() : { fear: 1 };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue