From 3c45f2b191adb54abdb475a3bf6cd55397a06d29 Mon Sep 17 00:00:00 2001 From: Mitru Date: Sat, 20 Jun 2026 08:12:02 -0400 Subject: [PATCH 1/2] Fixed some weapn bugs I noticed: "Panic Attack" in soldier_melees "Scortch Shot" in pyro_secondaries "Chargnin'" in demoman_secondaries "Quickebomb" in demoman_secondaries --- fps/tf2_game.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/fps/tf2_game.py b/fps/tf2_game.py index f693171..e340433 100644 --- a/fps/tf2_game.py +++ b/fps/tf2_game.py @@ -708,7 +708,6 @@ def all_soldier_melees(self) -> List[str]: "Disciplinary Action", "Market Gardener", "Escape Plan", - "Panic Attack", ] @functools.cached_property @@ -732,7 +731,7 @@ def all_pyro_secondaries(self) -> List[str]: "Flare Gun", "Detonator", "Manmelter", - "Scortch Shot", + "Scorch Shot", "Thermal Thruster", "Gas Passer", ] @@ -771,11 +770,11 @@ def all_demoman_secondaries(self) -> List[str]: return [ "Stickybomb Launcher", "Scottish Resistance", - "Chargnin' Targe", + "Chargin' Targe", "Sticky Jumper", "Splendid Screen", "Tide Turner", - "Quickebomb Launcher", + "Quickiebomb Launcher", ] @functools.cached_property From 0c1e516b0dbbef06ecf60dcfcbe5d3fcf221d9be Mon Sep 17 00:00:00 2001 From: Mitru Date: Thu, 25 Jun 2026 00:30:41 -0400 Subject: [PATCH 2/2] few more typos --- fps/tf2_game.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fps/tf2_game.py b/fps/tf2_game.py index e340433..fcdb98f 100644 --- a/fps/tf2_game.py +++ b/fps/tf2_game.py @@ -666,7 +666,7 @@ def all_scout_melees(self) -> List[str]: "Sun-on-a-Stick", "Fan O\'War", "Atomizer", - "Wrap Assasin", + "Wrap Assassin", ] @functools.cached_property @@ -820,7 +820,7 @@ def all_engineer_melees(self) -> List[str]: return [ "Wrench", "Gunslinger", - "Souther Hospitality", + "Southern Hospitality", "Jag", "Eureka Effect", ] @@ -840,7 +840,7 @@ def all_heavy_primaries(self) -> List[str]: def all_heavy_secondaries(self) -> List[str]: return [ "Shotgun", - "Family Buisness", + "Family Business", "Sandvich", "Robo-Sandvich", "Dalokohs Bar",