diff --git a/mods/ra/rules/system.yaml b/mods/ra/rules/system.yaml index ad40e94225..f0b7cdf6d4 100644 --- a/mods/ra/rules/system.yaml +++ b/mods/ra/rules/system.yaml @@ -704,7 +704,6 @@ MINP: Palette: Tooltip: Name: Anti-Personnel Mine - Icon: jmin ProximityCaptor: Types: Mine TargetableUnit: @@ -730,7 +729,6 @@ MINV: Palette: Tooltip: Name: Anti-Tank Mine - Icon: jmin ProximityCaptor: Types: Mine TargetableUnit: @@ -827,7 +825,7 @@ FLARE: powerproxy.parabombs: AirstrikePower: - Image: pbmbicon + Icon: parabombs Description: Parabombs (Single Use) LongDesc: A Badger drops a load of parachuted\nbombs on your target. OneShot: yes @@ -838,7 +836,7 @@ powerproxy.parabombs: powerproxy.sonarpulse: SonarPulsePower: - Image: sonricon + Icon: sonar Description: Sonar Pulse (Single Use) LongDesc: Reveals all submarines on the map for a \nshort time. AllowMultiple: yes diff --git a/mods/ra/sequences/misc.yaml b/mods/ra/sequences/misc.yaml index 3b34749e0f..7356ac63bd 100644 --- a/mods/ra/sequences/misc.yaml +++ b/mods/ra/sequences/misc.yaml @@ -410,3 +410,15 @@ icon: Start: 0 gps: gpssicon Start: 0 + parabombs: pbmbicon + Start: 0 + sonar: sonricon + Start: 0 + +minp: + icon: jmin + Start: 0 + +minv: + icon: jmin + Start: 0 \ No newline at end of file