Nukie berf (#16777)
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -18,8 +18,10 @@
|
||||
- type: AmmoCounter
|
||||
- type: Gun
|
||||
minAngle: 2
|
||||
maxAngle: 8
|
||||
maxAngle: 16
|
||||
fireRate: 8
|
||||
angleIncrease: 3
|
||||
angleDecay: 16
|
||||
selectedMode: FullAuto
|
||||
availableModes:
|
||||
- SemiAuto
|
||||
|
||||
Reference in New Issue
Block a user