Skip to content

Commit

Permalink
Flip
Browse files Browse the repository at this point in the history
  • Loading branch information
dvir001 committed Jan 25, 2024
1 parent 45093e9 commit 1e71b32
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ public sealed partial class MaterialReclaimerMagnetPickupComponent : Component
/// Frontier - Is the magnet currently enabled?
/// </summary>
[ViewVariables(VVAccess.ReadWrite), DataField("magnetEnabled")]
public bool MagnetEnabled = true;
public bool MagnetEnabled = false;
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ public sealed partial class MaterialStorageMagnetPickupComponent : Component
/// Frontier - Is the magnet currently enabled?
/// </summary>
[ViewVariables(VVAccess.ReadWrite), DataField("magnetEnabled")]
public bool MagnetEnabled = true;
public bool MagnetEnabled = false;
}
4 changes: 0 additions & 4 deletions Resources/Prototypes/Entities/Structures/Machines/lathe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
- type: TechnologyDatabase
- type: MaterialStorageMagnetPickup # Frontier
range: 0.30
magnetEnabled: false

- type: entity
id: Autolathe
Expand Down Expand Up @@ -883,9 +882,6 @@
- IngotGold30
- IngotSilver30
- MaterialBananium10
- type: MaterialStorageMagnetPickup # Frontier
range: 0.30
magnetEnabled: true

- type: entity
parent: BaseLathe
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,4 @@
powerLoad: 500 # Allows us to not use the 1000 baseline
- type: MaterialReclaimerMagnetPickup # Frontier
range: 0.30
magnetEnabled: true
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@
moleRatio: 0.5
- type: MaterialStorageMagnetPickup # Frontier
range: 0.30
magnetEnabled: false

- type: entity
name: S.U.P.E.R.P.A.C.M.A.N.-type portable generator
Expand Down Expand Up @@ -224,7 +223,6 @@
scaling: Exponential
- type: MaterialStorageMagnetPickup # Frontier
range: 0.30
magnetEnabled: false

- type: entity
name: J.R.P.A.C.M.A.N.-type portable generator
Expand Down

0 comments on commit 1e71b32

Please sign in to comment.