//============================================================================= // RevengeMod // // This mutator allows a server to configure the a bonus for killing a person // who has killed you previously. The more they have killed you the bigger your // bonus. // // Contact : bob.chatman@gmail.com // Website : www.gneu.org // License : Content is available under Creative Commons Attribution-ShareAlike // 3.0 License. //============================================================================= Class Info_RevengeMod Extends ReplicationInfo DependsOn(UTMutator_RevengeMod); Replication { // if(bNetDirty && (Role == ROLE_Authority)) } simulated event ReplicatedEvent(name VarName) { Super.ReplicatedEvent(VarName); } defaultproperties { RemoteRole = ROLE_SimulatedProxy bAlwaysRelevant = True }