mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-03 00:31:51 +00:00
Refactor mining, add all the rocks and ores (#104)
* add blurite ore * update randomness * remove randomness * refactor mining * add gems
This commit is contained in:
@@ -62,7 +62,7 @@ public class ClickObject implements PacketType {
|
||||
player.resetWalkingQueue();
|
||||
break;
|
||||
}
|
||||
if (Mining.rockExists(player, player.objectId)) {
|
||||
if (Mining.rockExists(player.objectId)) {
|
||||
player.objectDistance = 5;
|
||||
}
|
||||
if (Woodcutting.playerTrees(player, player.objectId)) {
|
||||
|
||||
Reference in New Issue
Block a user