Skip to content

Commit

Permalink
I counted the doors on Airship
Browse files Browse the repository at this point in the history
and I hope I counted correctly
  • Loading branch information
miniduikboot committed Apr 2, 2021
1 parent 4c1bd4a commit 16a2b0a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ public DoorsSystemType(IGame game)
MapTypes.Skeld => 13,
MapTypes.MiraHQ => 2,
MapTypes.Polus => 12,
MapTypes.Airship => 21, // TODO do the toilet doors count? 21 yes, 17 no
_ => throw new ArgumentOutOfRangeException(),
};

Expand Down

0 comments on commit 16a2b0a

Please sign in to comment.