Compare commits

..

2 Commits

Author SHA1 Message Date
32c0239c3a Merge pull request 'Fix exceptions when run against latest bot dumps' (#3) from DrakiaXYZ/BotGenerator:fix-310-newbots into master
Reviewed-on: #3
2024-11-04 15:37:35 +00:00
DrakiaXYZ
e0f9cfbfaa Fix exceptions when run against latest bot dumps
- Update items.json with latest from server repo
- Add new infected bot types to list of bots processed
2024-11-03 17:57:31 -08:00
2 changed files with 517202 additions and 468535 deletions

File diff suppressed because it is too large Load Diff

View File

@ -60,7 +60,13 @@ internal static class Program
"spiritwinter", "spiritwinter",
"skier", "skier",
"peacemaker" "peacemaker",
"infectedassault",
"infectedpmc",
"infectedcivil",
"infectedlaborant",
"infectedtagilla",
}; };
// Read raw bot dumps and turn into c# objects // Read raw bot dumps and turn into c# objects