Alias Criticals to 'crits'
parent
501c20ffdb
commit
b980606088
|
@ -48,4 +48,8 @@ class Criticals : Feature("Criticals", FeatureCategory.COMBAT) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
override fun createFeatureCommand() = super.createFeatureCommand().apply {
|
||||||
|
alias("crits")
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue