Add prospecting on expired rocks

This commit is contained in:
Major
2018-03-28 16:52:23 +01:00
parent 6941fc9de0
commit 0d7b2ea6e8
@@ -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)
}
}