Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions fps/tf2_game.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -708,7 +708,6 @@ def all_soldier_melees(self) -> List[str]:
"Disciplinary Action",
"Market Gardener",
"Escape Plan",
"Panic Attack",
]

@functools.cached_property
Expand All @@ -732,7 +731,7 @@ def all_pyro_secondaries(self) -> List[str]:
"Flare Gun",
"Detonator",
"Manmelter",
"Scortch Shot",
"Scorch Shot",
"Thermal Thruster",
"Gas Passer",
]
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -821,7 +820,7 @@ def all_engineer_melees(self) -> List[str]:
return [
"Wrench",
"Gunslinger",
"Souther Hospitality",
"Southern Hospitality",
"Jag",
"Eureka Effect",
]
Expand All @@ -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",
Expand Down