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