We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2955ff5 commit 637b305Copy full SHA for 637b305
imperium-mindustry/src/main/kotlin/com/xpdustry/imperium/mindustry/formation/FormationListener.kt
@@ -161,6 +161,7 @@ class FormationListener(instances: InstanceManager) : ImperiumApplication.Listen
161
if (account != null) {
162
slots =
163
when {
164
+ accounts.selectAchievement(account.id, Achievement.SUPPORTER) -> 18
165
accounts.selectAchievement(account.id, Achievement.HYPER) -> 18
166
accounts.selectAchievement(account.id, Achievement.ACTIVE) -> 12
167
account.rank >= Rank.VERIFIED -> 8
0 commit comments