Alias Criticals to 'crits'

main
Charlotte Som 2022-02-13 06:19:20 +00:00
parent 501c20ffdb
commit b980606088
1 changed files with 4 additions and 0 deletions

View File

@ -48,4 +48,8 @@ class Criticals : Feature("Criticals", FeatureCategory.COMBAT) {
}
}
}
override fun createFeatureCommand() = super.createFeatureCommand().apply {
alias("crits")
}
}