Skip to content

Commit

Permalink
Fix: Pilots Can Promote Combat Bikes (#1164)
Browse files Browse the repository at this point in the history
  • Loading branch information
commy2 authored Oct 30, 2022
1 parent 4e99cc9 commit 4b5e5a3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4283,7 +4283,7 @@ Object AirF_AmericaInfantryPilot

Behavior = VeterancyCrateCollide ModuleTag_03
RequiredKindOf = VEHICLE ; we only give our bonus to VEHICLEs we collide with
ForbiddenKindOf = DOZER ; but not to TRANSPORTs or DOZERs!
ForbiddenKindOf = DOZER CLIFF_JUMPER ; but not to TRANSPORTs or DOZERs! Patch104p @bugfix commy2 08/09/2022 Adds CLIFF_JUMPER to prevent Pilot from promoting Combat Bikes.
EffectRange = 0 ; 0=="affect only the thing you collide with"
AddsOwnerVeterancy = Yes ; we add our own veterancy to the target (rather than just +1 level)
IsPilot = Yes ; set the pilot flag because it's different than the veterancy crate and has extra checking
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1534,7 +1534,7 @@ Object AmericaInfantryPilot

Behavior = VeterancyCrateCollide ModuleTag_03
RequiredKindOf = VEHICLE ; we only give our bonus to VEHICLEs we collide with
ForbiddenKindOf = DOZER ; but not to TRANSPORTs or DOZERs!
ForbiddenKindOf = DOZER CLIFF_JUMPER ; but not to TRANSPORTs or DOZERs! Patch104p @bugfix commy2 08/09/2022 Adds CLIFF_JUMPER to prevent Pilot from promoting Combat Bikes.
EffectRange = 0 ; 0=="affect only the thing you collide with"
AddsOwnerVeterancy = Yes ; we add our own veterancy to the target (rather than just +1 level)
IsPilot = Yes ; set the pilot flag because it's different than the veterancy crate and has extra checking
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3826,7 +3826,7 @@ Object Lazr_AmericaInfantryPilot

Behavior = VeterancyCrateCollide ModuleTag_03
RequiredKindOf = VEHICLE ; we only give our bonus to VEHICLEs we collide with
ForbiddenKindOf = DOZER ; but not to TRANSPORTs or DOZERs!
ForbiddenKindOf = DOZER CLIFF_JUMPER ; but not to TRANSPORTs or DOZERs! Patch104p @bugfix commy2 08/09/2022 Adds CLIFF_JUMPER to prevent Pilot from promoting Combat Bikes.
EffectRange = 0 ; 0=="affect only the thing you collide with"
AddsOwnerVeterancy = Yes ; we add our own veterancy to the target (rather than just +1 level)
IsPilot = Yes ; set the pilot flag because it's different than the veterancy crate and has extra checking
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4310,7 +4310,7 @@ Object SupW_AmericaInfantryPilot

Behavior = VeterancyCrateCollide ModuleTag_03
RequiredKindOf = VEHICLE ; we only give our bonus to VEHICLEs we collide with
ForbiddenKindOf = DOZER ; but not to TRANSPORTs or DOZERs!
ForbiddenKindOf = DOZER CLIFF_JUMPER ; but not to TRANSPORTs or DOZERs! Patch104p @bugfix commy2 08/09/2022 Adds CLIFF_JUMPER to prevent Pilot from promoting Combat Bikes.
EffectRange = 0 ; 0=="affect only the thing you collide with"
AddsOwnerVeterancy = Yes ; we add our own veterancy to the target (rather than just +1 level)
IsPilot = Yes ; set the pilot flag because it's different than the veterancy crate and has extra checking
Expand Down

0 comments on commit 4b5e5a3

Please sign in to comment.