diff --git a/fps/tf2_game.py b/fps/tf2_game.py index f693171..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 @@ -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 @@ -821,7 +820,7 @@ def all_engineer_melees(self) -> List[str]: return [ "Wrench", "Gunslinger", - "Souther Hospitality", + "Southern Hospitality", "Jag", "Eureka Effect", ] @@ -841,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",