Skip to content
This repository was archived by the owner on Oct 14, 2025. It is now read-only.

Commit 535dc51

Browse files
tannerdinotannerdino
andauthored
fix(content): wrong obj for level 54 smithing levelup (#1753)
Co-authored-by: tannerdino <tannerdino@gmail.com>
1 parent bfbfb8e commit 535dc51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data/src/scripts/levelup/scripts/levelup_unlocks_smithing.rs2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ switch_int(stat_base(smithing)) {
4747
case 51 : ~objbox(mithril_axe,"You can now make @dbl@Mithril Axes.", 250, 0, 0);
4848
case 52 : ~objbox(mithril_mace,"You can now make @dbl@Mithril Maces.", 250, 0, divide(^objbox_height, 2));
4949
case 53 : ~objbox(mithril_med_helm,"You can now make @dbl@Mithril Medium Helms.", 250, 0, divide(^objbox_height, 2));
50-
case 54 : ~doubleobjbox(mithril_sword,iron_dart_tip,"You can now make @dbl@Mithril Short Swords@bla@ and members|can make @dbl@Mithril Dart Tips.", 200);
50+
case 54 : ~doubleobjbox(mithril_sword,mithril_dart,"You can now make @dbl@Mithril Short Swords@bla@ and members|can make @dbl@Mithril Dart Tips.", 200);
5151
case 55 : ~doubleobjbox(mithril_scimitar,mithril_arrowheads,"You can now make @dbl@Mithril Scimitars@bla@ and members|can make @dbl@Mithril Arrow Heads.", 200);
5252
case 56 : ~objbox(mithril_longsword,"You can now make @dbl@Mithril Long Swords.", 250, 0, 0);
5353
case 57 : ~doubleobjbox(mithril_full_helm,mithril_knife,"You can now make @dbl@Mithril Full Helms@bla@ and members|can make @dbl@Mithril Throwing Knives.", 200);

0 commit comments

Comments
 (0)