West Ardougne anvils now work

This commit is contained in:
Swizey
2023-02-03 12:25:33 +00:00
committed by Ryan
parent 798c357291
commit c54f03d8cc
2 changed files with 2 additions and 0 deletions
@@ -44,6 +44,7 @@ public final class SmithingPlugin extends UseWithHandler {
addHandler(6150, OBJECT_TYPE, this);
addHandler(22725, OBJECT_TYPE, this);
addHandler(26817, OBJECT_TYPE, this);
addHandler(26822, OBJECT_TYPE, this);
addHandler(37622, OBJECT_TYPE, this);
addHandler(42027, OBJECT_TYPE, this);
ClassScanner.definePlugin(new OptionHandler() {
@@ -58,6 +58,7 @@ class SpiritShieldBlessListener : InteractionListener {
Scenery.ANVIL_6150,
Scenery.ANVIL_22725,
Scenery.LATHE_26817,
Scenery.ANVIL_26822,
Scenery.ANVIL_37622
)
}