From ebd8adae5e878cbeef8e6793788181bf119e2bf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Tue, 20 Aug 2013 19:45:20 +0200 Subject: [PATCH] sonar pulse and para bombs icon to sequence transition fixes #3720 --- mods/ra/rules/system.yaml | 6 ++---- mods/ra/sequences/misc.yaml | 12 ++++++++++++ 2 files changed, 14 insertions(+), 4 deletions(-) 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