added Looted
attack outcome
This commit is contained in:
parent
91bfb08652
commit
7e97b736ad
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "torn-api"
|
name = "torn-api"
|
||||||
version = "0.5.6"
|
version = "0.5.7"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = ["Pyrit [2111649]"]
|
authors = ["Pyrit [2111649]"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|
|
@ -61,6 +61,7 @@ pub enum AttackResult {
|
||||||
Timeout,
|
Timeout,
|
||||||
Stalemate,
|
Stalemate,
|
||||||
Special,
|
Special,
|
||||||
|
Looted,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Debug, Clone, Deserialize)]
|
#[derive(Debug, Clone, Deserialize)]
|
||||||
|
|
Loading…
Reference in a new issue