fix: remove unused classify import from superlativesComputer
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -2,7 +2,6 @@ import type { EntityId, Relationships, SuperlativesData, SuperlativeEntry } from
|
||||
import { World } from '../ecs/World.js';
|
||||
import type { BondRegistry } from './bondRegistry.js';
|
||||
import { getBonds } from './bondRegistry.js';
|
||||
import { classify } from './relationshipHelpers.js';
|
||||
|
||||
export function computeSuperlatives(world: World, registry: BondRegistry): SuperlativesData {
|
||||
const npcs = world.query('npcBrain');
|
||||
|
||||
Reference in New Issue
Block a user