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
9 changes: 9 additions & 0 deletions roblox_games/forsaken_game.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,13 @@ def maps() -> List[str]:
"Pirate Bay",
"Underground War",
"C00l Carnival",
"The Tempest"
"Work at a Pizza Place"
"Classic Battlegrounds"
"Cake Factory"
"Beach House Paradise"
"Bloodfell Manor"
"Familiar Ruins"
]

@staticmethod
Expand Down Expand Up @@ -193,6 +200,8 @@ class ForsakenKillersOwned(OptionSet):
"John Doe",
"1x1x1x1",
"Noli",
"Guest 666",
"Nosferatu"
]

default = valid_keys
Expand Down