diff --git a/src/creature.ts b/src/creature.ts index e4579abf4..a008b84d8 100644 --- a/src/creature.ts +++ b/src/creature.ts @@ -346,7 +346,7 @@ export class Creature { // NOTE: These fields previously existed on Creature // but are now part of their own class. // TODO: These should be factored out when possible, - // as their use constistutes a Demeter violation. + // as their use constitutes a Demeter violation. get grp() { return this.creatureSprite.grp; }