Certain team-specific rules
This commit is contained in:
@@ -93,7 +93,7 @@ public class SStats implements SteamUserStatsCallback{
|
||||
});
|
||||
|
||||
Events.on(Trigger.newGame, () -> Core.app.post(() -> {
|
||||
if(campaign() && player.closestCore() != null && player.closestCore().items().total() >= 10 * 1000){
|
||||
if(campaign() && player.core() != null && player.core().items().total() >= 10 * 1000){
|
||||
drop10kitems.complete();
|
||||
}
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user