Skip to content

Commit

Permalink
typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
jjppof committed Jun 27, 2023
1 parent afe42ce commit c431d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/NPC.ts
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ export class NPC extends ControllableChar {
}
}
if (this.storage_keys.interaction_pattern !== undefined) {
const storage_value = this.data.storage.get(this.storage_keys.movement_type);
const storage_value = this.data.storage.get(this.storage_keys.interaction_pattern);
if (this.interaction_pattern !== storage_value) {
this._interaction_pattern = storage_value as interaction_patterns;
}
Expand Down

0 comments on commit c431d7d

Please sign in to comment.