From 7e97b736ad17b107d599b98ed3b9a0421934990d Mon Sep 17 00:00:00 2001 From: TotallyNot <44345987+TotallyNot@users.noreply.github.com> Date: Sat, 11 Feb 2023 00:59:16 +0100 Subject: [PATCH] added `Looted` attack outcome --- torn-api/Cargo.toml | 2 +- torn-api/src/faction.rs | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/torn-api/Cargo.toml b/torn-api/Cargo.toml index f9b816e..3840996 100644 --- a/torn-api/Cargo.toml +++ b/torn-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "torn-api" -version = "0.5.6" +version = "0.5.7" edition = "2021" authors = ["Pyrit [2111649]"] license = "MIT" diff --git a/torn-api/src/faction.rs b/torn-api/src/faction.rs index 2a4d652..c3ba881 100644 --- a/torn-api/src/faction.rs +++ b/torn-api/src/faction.rs @@ -61,6 +61,7 @@ pub enum AttackResult { Timeout, Stalemate, Special, + Looted, } #[derive(Debug, Clone, Deserialize)]