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
|
parent: VendingMachine
|
||||||
name: vending machine
|
name: vending machine
|
||||||
abstract: true
|
abstract: true
|
||||||
|
placement:
|
||||||
|
mode: SnapgridCenter
|
||||||
|
snap:
|
||||||
|
- Wallmount
|
||||||
components:
|
components:
|
||||||
|
- type: Physics
|
||||||
|
canCollide: false
|
||||||
|
- type: Fixtures
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
drawdepth: WallMountedItems
|
drawdepth: WallMountedItems
|
||||||
snapCardinals: false
|
snapCardinals: false
|
||||||
|
- type: Rotatable
|
||||||
- type: WallMount
|
- type: WallMount
|
||||||
arc: 180
|
arc: 175
|
||||||
- type: Transform
|
- type: Transform
|
||||||
noRot: false
|
noRot: false
|
||||||
|
|
||||||
|
|||||||
@@ -116,7 +116,7 @@
|
|||||||
- type: ResistLocker
|
- type: ResistLocker
|
||||||
- type: Weldable
|
- type: Weldable
|
||||||
- type: WallMount
|
- type: WallMount
|
||||||
arc: 180
|
arc: 175
|
||||||
- type: StaticPrice
|
- type: StaticPrice
|
||||||
price: 50
|
price: 50
|
||||||
- type: Transform
|
- type: Transform
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
description: A small wall mounted cabinet designed to hold a defibrillator.
|
description: A small wall mounted cabinet designed to hold a defibrillator.
|
||||||
components:
|
components:
|
||||||
- type: WallMount
|
- type: WallMount
|
||||||
arc: 90
|
arc: 175
|
||||||
- type: Transform
|
- type: Transform
|
||||||
anchored: true
|
anchored: true
|
||||||
- type: Clickable
|
- type: Clickable
|
||||||
|
|||||||
@@ -189,7 +189,7 @@
|
|||||||
parent: SignalSwitch
|
parent: SignalSwitch
|
||||||
components:
|
components:
|
||||||
- type: WallMount
|
- type: WallMount
|
||||||
arc: 180
|
arc: 175
|
||||||
- type: Construction
|
- type: Construction
|
||||||
graph: SignalSwitchDirectionalGraph
|
graph: SignalSwitchDirectionalGraph
|
||||||
node: SignalSwitchDirectionalNode
|
node: SignalSwitchDirectionalNode
|
||||||
@@ -201,7 +201,7 @@
|
|||||||
parent: SignalButton
|
parent: SignalButton
|
||||||
components:
|
components:
|
||||||
- type: WallMount
|
- type: WallMount
|
||||||
arc: 180
|
arc: 175
|
||||||
- type: Construction
|
- type: Construction
|
||||||
graph: SignalButtonDirectionalGraph
|
graph: SignalButtonDirectionalGraph
|
||||||
node: SignalButtonDirectionalNode
|
node: SignalButtonDirectionalNode
|
||||||
@@ -213,7 +213,7 @@
|
|||||||
parent: ApcNetSwitch
|
parent: ApcNetSwitch
|
||||||
components:
|
components:
|
||||||
- type: WallMount
|
- type: WallMount
|
||||||
arc: 180
|
arc: 175
|
||||||
- type: Construction
|
- type: Construction
|
||||||
graph: LightSwitchDirectionalGraph
|
graph: LightSwitchDirectionalGraph
|
||||||
node: LightSwitchDirectionalNode
|
node: LightSwitchDirectionalNode
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
- Wallmount
|
- Wallmount
|
||||||
components:
|
components:
|
||||||
- type: WallMount
|
- type: WallMount
|
||||||
arc: 180
|
arc: 175
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Structures/Storage/tanks.rsi
|
sprite: Structures/Storage/tanks.rsi
|
||||||
state: cleanerdispenser
|
state: cleanerdispenser
|
||||||
|
|||||||
Reference in New Issue
Block a user