* add content

* u cant pickup lightning

* -5 heat damage

* Update battery_guns.yml
This commit is contained in:
Ed
2024-01-06 10:18:35 +03:00
committed by GitHub
parent 45be12b834
commit 7d30b5ae63
13 changed files with 109 additions and 1 deletions

View File

@@ -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)