Skip to content

Commit

Permalink
bones
Browse files Browse the repository at this point in the history
  • Loading branch information
nwjgit committed Aug 22, 2024
1 parent af16585 commit 51d26cd
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions src/lib/data/creatables/bsoItems.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1192,23 +1192,7 @@ const dragonBoneCreatables: Createable[] = [
}
];

const divineWaterBones = [
'Bones',
'Big bones',
'Jogre bones',
'Babydragon bones',
'Dragon bones',
'Wyrm bones',
'Wyvern bones',
'Drake bones',
'Lava dragon bones',
'Hydra bones',
'Dagannoth bones',
'Superior dragon bones',
'Abyssal dragon bones',
'Frost dragon bones',
'Royal dragon bones'
];
const divineWaterBones = bones.map(bone => bone.name);

function divineWaterInputItems(user: MUser, preferredBone?: Bone) {
const userBank = user.bank;
Expand Down

0 comments on commit 51d26cd

Please sign in to comment.