Skip to content

Commit

Permalink
Fix: Unexpected Particle Beam Resistance Glitch Caused By Patch (#912)
Browse files Browse the repository at this point in the history
  • Loading branch information
commy2 authored Aug 15, 2022
1 parent aedb01a commit 11a60b0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Patch104pZH/GameFilesEdited/Data/INI/Object/DemoGeneral.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22282,7 +22282,7 @@ End


; Patch104p @bugfix commy2 29/08/2021 Dummies used to fire regular Demolitions upgrade explosion weapons after "suicide death" and "passive death".

; Patch104p @bugfix commy2 15/08/2022 Do not use HighlanderBody for these dummies: It will cause unexpected resistance to particle beams.
;------------------------------------------------------------------------------
Object Demo_GLAVehicleBattleBusDeathWeaponDummySuicide

Expand All @@ -22291,7 +22291,7 @@ Object Demo_GLAVehicleBattleBusDeathWeaponDummySuicide
KindOf = NO_COLLIDE IMMOBILE UNATTACKABLE INERT

; *** ENGINEERING Parameters ***
Body = HighlanderBody ModuleTag_01
Body = ImmortalBody ModuleTag_01
MaxHealth = 1.0
InitialHealth = 1.0
End
Expand All @@ -22316,7 +22316,7 @@ Object Demo_GLAVehicleBattleBusDeathWeaponDummy
KindOf = NO_COLLIDE IMMOBILE UNATTACKABLE INERT

; *** ENGINEERING Parameters ***
Body = HighlanderBody ModuleTag_01
Body = ImmortalBody ModuleTag_01
MaxHealth = 1.0
InitialHealth = 1.0
End
Expand Down
5 changes: 3 additions & 2 deletions Patch104pZH/GameFilesEdited/Data/INI/Object/System.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2936,6 +2936,7 @@ Object DummyWeaponProjectile
End

; Patch104p @bugfix commy2 24/10/2021 Logic that grants player Cash Bounty.
; Patch104p @bugfix commy2 15/08/2022 Do not use HighlanderBody for these dummies: It will cause unexpected resistance to particle beams.
;------------------------------------------------------------------------------
Object CashBountyDummy

Expand All @@ -2944,7 +2945,7 @@ Object CashBountyDummy
KindOf = NO_COLLIDE IMMOBILE UNATTACKABLE INERT

; *** ENGINEERING Parameters ***
Body = HighlanderBody ModuleTag_01
Body = ImmortalBody ModuleTag_01
MaxHealth = 1.0
InitialHealth = 1.0
End
Expand Down Expand Up @@ -2977,7 +2978,7 @@ Object SatelliteHackOneDummy
KindOf = NO_COLLIDE IMMOBILE UNATTACKABLE INERT

; *** ENGINEERING Parameters ***
Body = HighlanderBody ModuleTag_01
Body = ImmortalBody ModuleTag_01
MaxHealth = 1.0
InitialHealth = 1.0
End
Expand Down

0 comments on commit 11a60b0

Please sign in to comment.