Skip to content

Commit

Permalink
Fix submarine targeting.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mailaender committed May 1, 2020
1 parent 9ee3008 commit 42775a0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions mods/ra2/rules/soviet-naval.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,11 @@ sub:
-LeavesTrails:
RevealsShroud:
Range: 6c0
-Targetable:
Targetable:
TargetTypes: Ground, Water, Repair
TargetTypes: Ground, Water, Submarine, Repair
RequiresCondition: !underwater
Targetable@UNDERWATER:
TargetTypes: Underwater, Submarine
RequiresCondition: underwater
Cloak:
CloakTypes: Underwater
Expand Down
2 changes: 1 addition & 1 deletion mods/ra2/weapons/missiles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ ASWBomb:
Warhead@1Dam: SpreadDamage
Damage: 50
Spread: 426
ValidTargets: Water, Underwater
ValidTargets: Submarine
Versus:
None: 25
Flak: 25
Expand Down

0 comments on commit 42775a0

Please sign in to comment.