From 80aff9c44a5edacbd8bb9af690eab055c32bb8a5 Mon Sep 17 00:00:00 2001 From: mylife212 <63373565+mylife212@users.noreply.github.com> Date: Wed, 11 Oct 2023 03:25:13 -0400 Subject: [PATCH] Update Venenatis.ts --- src/simulation/monsters/bosses/wildy/Venenatis.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/simulation/monsters/bosses/wildy/Venenatis.ts b/src/simulation/monsters/bosses/wildy/Venenatis.ts index 72ce7a953..9f375d86f 100644 --- a/src/simulation/monsters/bosses/wildy/Venenatis.ts +++ b/src/simulation/monsters/bosses/wildy/Venenatis.ts @@ -38,7 +38,7 @@ const VenenatisTable = new LootTable() .add('Onyx bolt tips', 150, 5) .add('Magic logs', 225, 5) .add('Limpwurt root', 100, 5) - .add("Red spiders' eggs", [75, 500], 3) + .add("Red spiders' eggs", 500, 3) .add('Uncut dragonstone', 5, 2) .add('Uncut ruby', 75, 1) .add('Unicorn horn', 225, 1)