Alias Criticals to 'crits'

This commit is contained in:
Charlotte Som 2022-02-13 06:19:20 +00:00
parent 501c20ffdb
commit b980606088

View file

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