Ejemplo n.º 1
0
 private void FireGatling_OnEnter(On.EntityStates.Drone.DroneWeapon.FireGatling.orig_OnEnter orig, FireGatling self)
 {
     orig(self);
     TriggerArtillery(self.characterBody, FireGatling.damageCoefficient * self.damageStat, Util.CheckRoll(self.critStat, self.characterBody.master));
 }
Ejemplo n.º 2
0
 private void FireGatling_OnEnter(On.EntityStates.Drone.DroneWeapon.FireGatling.orig_OnEnter orig, EntityStates.BaseState self)
 {
     orig(self);
 }