mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-07 16:49:12 +00:00
Add prospecting on expired rocks
This commit is contained in:
@@ -31,6 +31,8 @@ on { ObjectActionMessage::class }
|
|||||||
|
|
||||||
if (ore != null) {
|
if (ore != null) {
|
||||||
ProspectingAction.start(this, player, ore)
|
ProspectingAction.start(this, player, ore)
|
||||||
|
} else if (Ore.fromExpiredRock(id) != null) {
|
||||||
|
ExpiredProspectingAction.start(this, player)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user