Skip to content

Commit

Permalink
Merge pull request #175 from GoogleFrog/shieldImpactOnlyFix
Browse files Browse the repository at this point in the history
Fixed impactOnly weapons dealing damage to the owner of the shield. (fingers crossed)
  • Loading branch information
gajop committed Mar 10, 2015
2 parents 7ee497b + 13de83e commit dcea2c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rts/Sim/Weapons/PlasmaRepulser.cpp
Expand Up @@ -180,7 +180,7 @@ void CPlasmaRepulser::Update()
curPower -= shieldDamage;
}

pro->Collision(owner);
pro->Collision();

if (defHitFrames > 0) {
hitFrames = defHitFrames;
Expand Down

0 comments on commit dcea2c8

Please sign in to comment.