Skip to content

Commit

Permalink
added support for wingman game mode
Browse files Browse the repository at this point in the history
  • Loading branch information
lenosisnickerboa committed Oct 6, 2018
1 parent ae0c3aa commit ea8e83d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/csgosl.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,8 @@ variable gameModeMapper [dict create \
"Deathmatch" [dict create type 1 mode 2] \
"Training" [dict create type 2 mode 0] \
"Custom" [dict create type 3 mode 0] \
"Cooperative" [dict create type 4 mode 0]]
"Cooperative" [dict create type 4 mode 0] \
"Wingman" [dict create type 0 mode 2]]

variable botSkillMapper [dict create \
"Easy" 0 \
Expand Down

0 comments on commit ea8e83d

Please sign in to comment.