Skip to content

Commit 02474df

Browse files
committed
update for 4.3.2
1 parent 6336729 commit 02474df

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ options:
6666
</details>
6767

6868
## Game Log Version Compatibility
69-
Compatible with `LIVE` (`4.3.1`).\
69+
Compatible with `LIVE` (`4.3.2`).\
7070
Originally developed for `4.0_PREVIEW`.\
7171
Mostly compatible with `3.24.X`.
7272

src/data/weapons_fps.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,7 @@
306306
"canister_gas_2_a": "Explosive Canister",
307307
"canister_gas_3_a": "Explosive Canister",
308308
"canister_gas_4_a": "Explosive Canister",
309+
"canister_plasma_1_b": "Plasma Canister",
309310
"Carryable_TBO_FL_16SCU_Commodity_ProcessedGoods_GenericExplosive_Detatrine": "Detatrine (16 SCU)",
310311
"Carryable_TBO_FL_1SCU_Commodity_ProcessedGoods_GenericExplosive": "Diluthermex",
311312
"Carryable_TBO_FL_1SCU_Commodity_ProcessedGoods_GenericExplosive_Detatrine": "Detatrine (1 SCU)",

src/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class GameVersion(NamedTuple):
1313
version: Version
1414

1515

16-
GAME_VERSION = GameVersion("Alpha", Version("4.3.1"))
16+
GAME_VERSION = GameVersion("Alpha", Version("4.3.2"))
1717

1818

1919
local_version = Version(version("allslain"))

0 commit comments

Comments
 (0)