Add fights
This commit is contained in:
parent
e2385f56cd
commit
ee50d9d622
2 changed files with 3 additions and 8 deletions
|
|
@ -1,10 +1,5 @@
|
|||
import type { MatrixClient } from "matrix-js-sdk";
|
||||
import type {
|
||||
IEntity,
|
||||
INPC,
|
||||
IPlayer,
|
||||
TFullNPC,
|
||||
} from "./structures/entities.js";
|
||||
import type { INPC, IPlayer, TFullNPC } from "./structures/entities.js";
|
||||
import { locationFarlands } from "./structures/locations.js";
|
||||
import { getAttack, getMaxHealth, getNpcData, isPlayer } from "./entity.js";
|
||||
import { sleep } from "matrix-js-sdk/lib/utils.js";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue