Tesla Gun (#23175)
* add content * u cant pickup lightning * -5 heat damage * Update battery_guns.yml
This commit is contained in:
@@ -23,7 +23,7 @@ public sealed class LightningArcShooterSystem : EntitySystem
|
||||
|
||||
private void OnShooterMapInit(EntityUid uid, LightningArcShooterComponent component, ref MapInitEvent args)
|
||||
{
|
||||
component.NextShootTime = _gameTiming.CurTime;
|
||||
component.NextShootTime = _gameTiming.CurTime + TimeSpan.FromSeconds(component.ShootMaxInterval);
|
||||
}
|
||||
|
||||
private void OnShooterUnpaused(EntityUid uid, LightningArcShooterComponent component, ref EntityUnpausedEvent args)
|
||||
|
||||
Reference in New Issue
Block a user