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
var query = AllEntityQuery<StationCentcommComponent>();
while (query.MoveNext(out var uid, out var otherComp))
while (query.MoveNext(out var otherComp))
{
if (otherComp == component)
continue;

View File

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

View File

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