Skip to content

Commit

Permalink
内火艇の計算が漏れていた問題を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
veigr committed May 3, 2016
1 parent 01150e2 commit 283bdee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions EventMapHpViewer/Models/OrganizationExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ public static int TransportationCapacity(this Organization org, bool isS = false
var tp = org.BaseTransportationCapacity()
+ org.DrumTransportationCapacity()
+ org.DaihatsuTransportationCapacity()
+ org.LaunchransportationCapacity()
+ org.RationsTransportationCapacity();
return (int) Math.Floor(tp * coefficient);
}
Expand Down

0 comments on commit 283bdee

Please sign in to comment.