Nukie berf (#16777)

This commit is contained in:
metalgearsloth
2023-06-01 12:40:10 +10:00
committed by GitHub
parent d33f53455b
commit 6793cb7f49
3 changed files with 11 additions and 5 deletions

View File

@@ -291,7 +291,7 @@ public sealed partial class EmergencyShuttleSystem : EntitySystem
// Check for existing centcomms and just point to that // Check for existing centcomms and just point to that
var query = AllEntityQuery<StationCentcommComponent>(); var query = AllEntityQuery<StationCentcommComponent>();
while (query.MoveNext(out var uid, out var otherComp)) while (query.MoveNext(out var otherComp))
{ {
if (otherComp == component) if (otherComp == component)
continue; continue;

View File

@@ -14,12 +14,16 @@
quickEquip: false quickEquip: false
slots: slots:
- Back - Back
- type: Wieldable
- type: GunWieldBonus
minAngle: -20
maxAngle: -20
- type: Gun - type: Gun
minAngle: 4 minAngle: 24
maxAngle: 20 maxAngle: 45
angleIncrease: 4 angleIncrease: 4
angleDecay: 16 angleDecay: 16
fireRate: 5 fireRate: 8
selectedMode: FullAuto selectedMode: FullAuto
availableModes: availableModes:
- FullAuto - FullAuto

View File

@@ -18,8 +18,10 @@
- type: AmmoCounter - type: AmmoCounter
- type: Gun - type: Gun
minAngle: 2 minAngle: 2
maxAngle: 8 maxAngle: 16
fireRate: 8 fireRate: 8
angleIncrease: 3
angleDecay: 16
selectedMode: FullAuto selectedMode: FullAuto
availableModes: availableModes:
- SemiAuto - SemiAuto