From 32a440b487a807cca4b468f2d2f5a4eedcbdc34b Mon Sep 17 00:00:00 2001 From: Velcroboy <107660393+IamVelcroboy@users.noreply.github.com> Date: Mon, 26 Feb 2024 17:28:55 -0600 Subject: [PATCH] Adjusts wallmount arcs and partially fix nanomed issues (#25451) * Adjusts wallmount arcs and partially fix nanomed issues * wall closets * Guess it wants this * Adjust arc to 175 --------- Co-authored-by: Jeff --- .../Entities/Structures/Machines/vending_machines.yml | 10 +++++++++- .../Storage/Closets/base_structureclosets.yml | 2 +- .../Entities/Structures/Wallmounts/defib_cabinet.yml | 2 +- .../Entities/Structures/Wallmounts/switch.yml | 6 +++--- .../Entities/Structures/Wallmounts/walldispenser.yml | 2 +- 5 files changed, 15 insertions(+), 7 deletions(-) diff --git a/Resources/Prototypes/Entities/Structures/Machines/vending_machines.yml b/Resources/Prototypes/Entities/Structures/Machines/vending_machines.yml index 2c8f34860b..88ae5bb6d7 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/vending_machines.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/vending_machines.yml @@ -1324,12 +1324,20 @@ parent: VendingMachine name: vending machine abstract: true + placement: + mode: SnapgridCenter + snap: + - Wallmount components: + - type: Physics + canCollide: false + - type: Fixtures - type: Sprite drawdepth: WallMountedItems snapCardinals: false + - type: Rotatable - type: WallMount - arc: 180 + arc: 175 - type: Transform noRot: false diff --git a/Resources/Prototypes/Entities/Structures/Storage/Closets/base_structureclosets.yml b/Resources/Prototypes/Entities/Structures/Storage/Closets/base_structureclosets.yml index 46ec7cbf6a..66647d168f 100644 --- a/Resources/Prototypes/Entities/Structures/Storage/Closets/base_structureclosets.yml +++ b/Resources/Prototypes/Entities/Structures/Storage/Closets/base_structureclosets.yml @@ -116,7 +116,7 @@ - type: ResistLocker - type: Weldable - type: WallMount - arc: 180 + arc: 175 - type: StaticPrice price: 50 - type: Transform diff --git a/Resources/Prototypes/Entities/Structures/Wallmounts/defib_cabinet.yml b/Resources/Prototypes/Entities/Structures/Wallmounts/defib_cabinet.yml index 517d2d697d..d9f4a827cc 100644 --- a/Resources/Prototypes/Entities/Structures/Wallmounts/defib_cabinet.yml +++ b/Resources/Prototypes/Entities/Structures/Wallmounts/defib_cabinet.yml @@ -4,7 +4,7 @@ description: A small wall mounted cabinet designed to hold a defibrillator. components: - type: WallMount - arc: 90 + arc: 175 - type: Transform anchored: true - type: Clickable diff --git a/Resources/Prototypes/Entities/Structures/Wallmounts/switch.yml b/Resources/Prototypes/Entities/Structures/Wallmounts/switch.yml index 3f77c24860..f08a229ff7 100644 --- a/Resources/Prototypes/Entities/Structures/Wallmounts/switch.yml +++ b/Resources/Prototypes/Entities/Structures/Wallmounts/switch.yml @@ -189,7 +189,7 @@ parent: SignalSwitch components: - type: WallMount - arc: 180 + arc: 175 - type: Construction graph: SignalSwitchDirectionalGraph node: SignalSwitchDirectionalNode @@ -201,7 +201,7 @@ parent: SignalButton components: - type: WallMount - arc: 180 + arc: 175 - type: Construction graph: SignalButtonDirectionalGraph node: SignalButtonDirectionalNode @@ -213,7 +213,7 @@ parent: ApcNetSwitch components: - type: WallMount - arc: 180 + arc: 175 - type: Construction graph: LightSwitchDirectionalGraph node: LightSwitchDirectionalNode diff --git a/Resources/Prototypes/Entities/Structures/Wallmounts/walldispenser.yml b/Resources/Prototypes/Entities/Structures/Wallmounts/walldispenser.yml index c8778aea50..72ea308af0 100644 --- a/Resources/Prototypes/Entities/Structures/Wallmounts/walldispenser.yml +++ b/Resources/Prototypes/Entities/Structures/Wallmounts/walldispenser.yml @@ -8,7 +8,7 @@ - Wallmount components: - type: WallMount - arc: 180 + arc: 175 - type: Sprite sprite: Structures/Storage/tanks.rsi state: cleanerdispenser -- 2.52.0