mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-06 16:51:37 +00:00
Fixed Noted Item Value
* Made the noted item value use the value from the unoted item
This commit is contained in:
+2
-1
@@ -401,10 +401,11 @@ public final class ItemDefinition {
|
|||||||
}
|
}
|
||||||
|
|
||||||
description = "Swap this note at any bank for " + prefix + " " + name + ".";
|
description = "Swap this note at any bank for " + prefix + " " + name + ".";
|
||||||
|
value = infoDef.value;
|
||||||
stackable = true;
|
stackable = true;
|
||||||
} else {
|
} else {
|
||||||
throw new IllegalStateException("Item cannot be noted.");
|
throw new IllegalStateException("Item cannot be noted.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user