Change anchorable snap default to true (#3789)

This commit is contained in:
ShadowCommander
2021-04-02 02:29:49 -07:00
committed by GitHub
parent 5de9228c40
commit d9781c6f1c
18 changed files with 1 additions and 21 deletions

View File

@@ -31,7 +31,7 @@ namespace Content.Server.GameObjects.Components
[ViewVariables(VVAccess.ReadWrite)]
[DataField("snap")]
public bool Snap { get; private set; }
public bool Snap { get; private set; } = true;
public override void Initialize()
{

View File

@@ -102,7 +102,6 @@
- MobImpassable
- VaultImpassable
- type: Anchorable
snap: true
- type: Pullable
- type: SnapGrid
offset: Center

View File

@@ -42,7 +42,6 @@
parent: SeatBase
components:
- type: Anchorable
snap: true
- type: Rotatable
- type: Sprite
state: chair
@@ -68,7 +67,6 @@
description: Apply butt.
components:
- type: Anchorable
snap: true
- type: Sprite
state: stool_base
color: "#8e9799"
@@ -92,7 +90,6 @@
parent: SeatBase
components:
- type: Anchorable
snap: true
- type: Sprite
state: bar_stool
- type: Physics
@@ -149,7 +146,6 @@
description: It looks comfy.
components:
- type: Anchorable
snap: true
- type: Sprite
state: comfychair_preview
- type: Physics

View File

@@ -24,7 +24,6 @@
- VaultImpassable
- type: Pullable
- type: Anchorable
snap: true
- type: Damageable
resistances: metallicResistances
- type: Destructible

View File

@@ -21,5 +21,4 @@
acts: ["Destruction"]
- type: KitchenSpike
- type: Anchorable
snap: true
- type: Pullable

View File

@@ -43,7 +43,6 @@
BoardName: "Vending Machine"
LayoutId: Vending
- type: Anchorable
snap: true
- type: entity
parent: VendingMachine

View File

@@ -43,7 +43,6 @@
- type: SnapGrid
offset: Center
- type: Anchorable
snap: true
- type: Pullable
- type: AMEController
- type: UserInterface

View File

@@ -6,7 +6,6 @@
components:
- type: InteractionOutline
- type: Anchorable
snap: true
- type: Physics
bodyType: Static
fixtures:

View File

@@ -40,5 +40,4 @@
nodeGroupID: HVPower
- type: RadiationCollector
- type: Anchorable
snap: true
- type: Pullable

View File

@@ -33,7 +33,6 @@
state: icon
- type: ContainmentFieldGenerator
- type: Anchorable
snap: true
- type: Pullable
- type: PointLight
enabled: false

View File

@@ -59,7 +59,6 @@
- !type:DoActsBehavior
acts: [ "Destruction" ]
- type: Anchorable
snap: true
- type: Pullable
- type: Rotatable
- type: Appearance

View File

@@ -25,5 +25,4 @@
- type: SnapGrid
offset: Center
- type: Anchorable
snap: true
- type: Pullable

View File

@@ -29,7 +29,6 @@
- type: SnapGrid
offset: Center
- type: Anchorable
snap: true
- type: Pullable
- type: MedicalScanner
- type: Damageable

View File

@@ -19,7 +19,6 @@
- type: PowerReceiver
- type: InteractionOutline
- type: Anchorable
snap: true
- type: Physics
bodyType: Static
fixtures:

View File

@@ -145,7 +145,6 @@
- Opaque
- MobImpassable
- type: Anchorable
snap: true
- type: Damageable
resistances: metallicResistances
- type: Destructible

View File

@@ -66,7 +66,6 @@
mask:
- Impassable
- type: Anchorable
snap: true
- type: Pullable
- type: Sprite
sprite: Constructible/Hydroponics/containers.rsi

View File

@@ -6,7 +6,6 @@
description: The HT-451, a torque rotation-based, waste disposal unit for small matter. This one seems remarkably clean.
components:
- type: Anchorable
snap: true
- type: Sprite
sprite: Constructible/Watercloset/toilet.rsi
state: closed_toilet_seat_up

View File

@@ -42,5 +42,4 @@
mask:
- VaultImpassable
- type: Anchorable
snap: true
- type: Pullable