Remove ignore-inside-blocker (#6692)
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
This commit is contained in:
@@ -59,6 +59,7 @@
|
||||
- type: Icon
|
||||
sprite: Structures/Power/wall_recharger.rsi
|
||||
state: empty
|
||||
- type: WallMount
|
||||
- type: Charger
|
||||
transferEfficiency: 0.95
|
||||
chargerSlot:
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
parent: BaseAPC
|
||||
id: SalternAPC
|
||||
components:
|
||||
- type: WallMount
|
||||
- type: Battery
|
||||
maxCharge: 12000
|
||||
startingCharge: 2000
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
id: PlaqueAtmos
|
||||
name: atmos plaque
|
||||
components:
|
||||
- type: WallMount
|
||||
- type: Physics
|
||||
- type: Fixtures
|
||||
fixtures:
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
parent: BaseStructure
|
||||
name: bar sign
|
||||
components:
|
||||
- type: WallMount
|
||||
- type: Physics
|
||||
- type: Fixtures
|
||||
fixtures:
|
||||
|
||||
@@ -5,6 +5,8 @@
|
||||
placement:
|
||||
mode: SnapgridCenter
|
||||
components:
|
||||
- type: WallMount
|
||||
arc: 360
|
||||
- type: Clickable
|
||||
- type: InteractionOutline
|
||||
- type: Rotatable
|
||||
|
||||
@@ -3,6 +3,8 @@
|
||||
id: PosterBase
|
||||
abstract: true
|
||||
components:
|
||||
- type: WallMount
|
||||
arc: 360
|
||||
- type: Sprite
|
||||
drawdepth: WallTops
|
||||
sprite: Structures/Wallmounts/posters.rsi
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
name: air alarm
|
||||
description: An air alarm. Alarms... air?
|
||||
components:
|
||||
- type: WallMount
|
||||
- type: ApcPowerReceiver
|
||||
- type: ExtensionCableReceiver
|
||||
- type: DeviceNetworkComponent
|
||||
|
||||
@@ -3,6 +3,8 @@
|
||||
name: extinguisher cabinet
|
||||
description: A small wall mounted cabinet designed to hold a fire extinguisher.
|
||||
components:
|
||||
- type: WallMount
|
||||
arc: 360
|
||||
- type: Transform
|
||||
anchored: true
|
||||
- type: Clickable
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
name: fire alarm
|
||||
description: A fire alarm. Spicy!
|
||||
components:
|
||||
- type: WallMount
|
||||
- type: ApcPowerReceiver
|
||||
- type: ExtensionCableReceiver
|
||||
- type: DeviceNetworkComponent
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
name: fire axe cabinet
|
||||
description: There is a small label that reads \"For Emergency use only\" along with details for safe use of the axe. As if.
|
||||
components:
|
||||
- type: WallMount
|
||||
- type: Clickable
|
||||
- type: InteractionOutline
|
||||
- type: Sprite
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
name: mirror
|
||||
description: 'Mirror mirror on the wall , who''s the most robust of them all?'
|
||||
components:
|
||||
- type: WallMount
|
||||
- type: Sprite
|
||||
sprite: Structures/Wallmounts/mirror.rsi
|
||||
state: mirror
|
||||
|
||||
@@ -3,6 +3,8 @@
|
||||
name: "signal switch"
|
||||
description: "Its a switch for toggling power to things."
|
||||
components:
|
||||
- type: WallMount
|
||||
arc: 360
|
||||
- type: Clickable
|
||||
- type: InteractionOutline
|
||||
- type: Physics
|
||||
@@ -30,6 +32,8 @@
|
||||
name: "signal button"
|
||||
description: "It's a button for activating something."
|
||||
components:
|
||||
- type: WallMount
|
||||
arc: 360
|
||||
- type: Clickable
|
||||
- type: InteractionOutline
|
||||
- type: Physics
|
||||
@@ -51,6 +55,8 @@
|
||||
name: apc net switch
|
||||
description: Its a switch for toggling lights that are connected to the same apc.
|
||||
components:
|
||||
- type: WallMount
|
||||
arc: 360
|
||||
- type: Clickable
|
||||
- type: InteractionOutline
|
||||
- type: Physics
|
||||
|
||||
@@ -8,6 +8,8 @@
|
||||
snap:
|
||||
- Window
|
||||
components:
|
||||
- type: WallMount
|
||||
arc: 360 # interact despite grilles
|
||||
- type: Tag
|
||||
tags:
|
||||
- RCDDeconstructWhitelist
|
||||
@@ -92,6 +94,8 @@
|
||||
snap:
|
||||
- Window
|
||||
components:
|
||||
- type: WallMount
|
||||
arc: 360 # interact despite grilles
|
||||
# Attention! If adding tags here:
|
||||
# Keep WindowTintedDirectional in mind
|
||||
- type: Tag
|
||||
|
||||
Reference in New Issue
Block a user