Skip to content

Commit 283bdee

Browse files
committed
内火艇の計算が漏れていた問題を修正
1 parent 01150e2 commit 283bdee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

EventMapHpViewer/Models/OrganizationExtensions.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ public static int TransportationCapacity(this Organization org, bool isS = false
1818
var tp = org.BaseTransportationCapacity()
1919
+ org.DrumTransportationCapacity()
2020
+ org.DaihatsuTransportationCapacity()
21+
+ org.LaunchransportationCapacity()
2122
+ org.RationsTransportationCapacity();
2223
return (int) Math.Floor(tp * coefficient);
2324
}

0 commit comments

Comments
 (0)