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 <velcroboy333@hotmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -116,7 +116,7 @@
|
||||
- type: ResistLocker
|
||||
- type: Weldable
|
||||
- type: WallMount
|
||||
arc: 180
|
||||
arc: 175
|
||||
- type: StaticPrice
|
||||
price: 50
|
||||
- type: Transform
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
- Wallmount
|
||||
components:
|
||||
- type: WallMount
|
||||
arc: 180
|
||||
arc: 175
|
||||
- type: Sprite
|
||||
sprite: Structures/Storage/tanks.rsi
|
||||
state: cleanerdispenser
|
||||
|
||||
Reference in New Issue
Block a user