Skip to content

Commit

Permalink
Fix killed helicopters spawn surviving pilots (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
Belonit committed Feb 9, 2024
1 parent 0fbcb57 commit bbe81f8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions game-assets/cncnet.pack/rulesmd.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10820,6 +10820,7 @@ TooBigToFitUnderBridge=true
Trainable=yes
Bunkerable=no; Units default to yes, others default to no

Survivor.Pilots=0 ; belonit - additions needed for Ares

; Intruder ;Harrier
[ORCA]
Expand Down Expand Up @@ -11119,6 +11120,8 @@ Crashable=yes
SpeedType=Hover
PreventAttackMove=yes

Survivor.Pilots=0 ; belonit - additions needed for Ares

; Soviet Siege Chopper
[SCHP]
UIName=Name:SiegeChopper
Expand Down
4 changes: 4 additions & 0 deletions game-assets/ra2mode.pack/rulesmd.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8181,6 +8181,8 @@ Crashable=yes
SpeedType=Hover
PreventAttackMove=yes

Survivor.Pilots=0 ; belonit - additions needed for Ares

; Night Hawk
[SHAD]
UIName=Name:SHAD
Expand Down Expand Up @@ -8250,6 +8252,8 @@ PreventAttackMove=yes
TooBigToFitUnderBridge=true
Trainable=yes

Survivor.Pilots=0 ; belonit - additions needed for Ares

; Kirov Airship, Blimp
[ZEP]
UIName=Name:ZEP
Expand Down

0 comments on commit bbe81f8

Please sign in to comment.