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)] [ViewVariables(VVAccess.ReadWrite)]
[DataField("snap")] [DataField("snap")]
public bool Snap { get; private set; } public bool Snap { get; private set; } = true;
public override void Initialize() public override void Initialize()
{ {

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -66,7 +66,6 @@
mask: mask:
- Impassable - Impassable
- type: Anchorable - type: Anchorable
snap: true
- type: Pullable - type: Pullable
- type: Sprite - type: Sprite
sprite: Constructible/Hydroponics/containers.rsi 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. description: The HT-451, a torque rotation-based, waste disposal unit for small matter. This one seems remarkably clean.
components: components:
- type: Anchorable - type: Anchorable
snap: true
- type: Sprite - type: Sprite
sprite: Constructible/Watercloset/toilet.rsi sprite: Constructible/Watercloset/toilet.rsi
state: closed_toilet_seat_up state: closed_toilet_seat_up

View File

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