Fixed Demo AOE being broken
This commit is contained in:
parent
38007c73fa
commit
55f1fa13c7
@ -8,10 +8,10 @@ replication
|
|||||||
{
|
{
|
||||||
// Things the server should send to the client.
|
// Things the server should send to the client.
|
||||||
if ( true )
|
if ( true )
|
||||||
NukeDamageMult,bDirectHit,bCriticalHit,bProfessionalActive;
|
NukeDamageMult,bDirectHit,bCriticalHit,bProfessionalActive,AOEMult;
|
||||||
}
|
}
|
||||||
|
|
||||||
function float GetAoERadiusModifier()
|
simulated function float GetAoERadiusModifier()
|
||||||
{
|
{
|
||||||
return AOEMult;
|
return AOEMult;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user