Skip to content

Commit

Permalink
Added Shinyo to OASW
Browse files Browse the repository at this point in the history
-- Added shinyo kai and K2 to opening ASW shipdata
  • Loading branch information
gre4bee committed Dec 25, 2018
1 parent f7eb1da commit 0c5a061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ElectronicObserver/Data/ShipData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1523,7 +1523,7 @@ public bool CanOpeningASW

var eqs = AllSlotInstance.Where(eq => eq != null);

if (ShipID == 380 || ShipID == 529) // 大鷹改(二)
if (ShipID == 380 || ShipID == 529 || ShipID == 381 || ShipID == 536) // 大鷹改(二) Shinyo Kai (2)
{
// 本当は 対潜 > 0 の艦攻 or オートジャイロ or 対潜哨戒機 が必要らしいが、おそらくそれは CanAttackSubmarine で判定済みなので
return true;
Expand Down

0 comments on commit 0c5a061

Please sign in to comment.