feat(api): ✨ add devastated outcome tag
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
1e264173e6
commit
ced0a221bc
1 changed files with 1 additions and 0 deletions
|
|
@ -77,6 +77,7 @@ pub fn combat_outcome_tag(o: CombatOutcome) -> &'static str {
|
|||
CombatOutcome::Captured => "captured",
|
||||
CombatOutcome::RansomOffered => "ransom_offered",
|
||||
CombatOutcome::Destroyed => "destroyed",
|
||||
CombatOutcome::Devastated => "devastated",
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue