Remove ignore-inside-blocker (#6692)

Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
This commit is contained in:
Leon Friedrich
2022-02-17 15:40:03 +13:00
committed by GitHub
parent 00c3a181d3
commit 4a00d01ced
60 changed files with 297 additions and 872 deletions

View File

@@ -59,6 +59,7 @@
- type: Icon
sprite: Structures/Power/wall_recharger.rsi
state: empty
- type: WallMount
- type: Charger
transferEfficiency: 0.95
chargerSlot:

View File

@@ -25,6 +25,7 @@
parent: BaseAPC
id: SalternAPC
components:
- type: WallMount
- type: Battery
maxCharge: 12000
startingCharge: 2000

View File

@@ -3,6 +3,7 @@
id: PlaqueAtmos
name: atmos plaque
components:
- type: WallMount
- type: Physics
- type: Fixtures
fixtures:

View File

@@ -3,6 +3,7 @@
parent: BaseStructure
name: bar sign
components:
- type: WallMount
- type: Physics
- type: Fixtures
fixtures:

View File

@@ -5,6 +5,8 @@
placement:
mode: SnapgridCenter
components:
- type: WallMount
arc: 360
- type: Clickable
- type: InteractionOutline
- type: Rotatable

View File

@@ -3,6 +3,8 @@
id: PosterBase
abstract: true
components:
- type: WallMount
arc: 360
- type: Sprite
drawdepth: WallTops
sprite: Structures/Wallmounts/posters.rsi

View File

@@ -3,6 +3,7 @@
name: air alarm
description: An air alarm. Alarms... air?
components:
- type: WallMount
- type: ApcPowerReceiver
- type: ExtensionCableReceiver
- type: DeviceNetworkComponent

View File

@@ -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

View File

@@ -3,6 +3,7 @@
name: fire alarm
description: A fire alarm. Spicy!
components:
- type: WallMount
- type: ApcPowerReceiver
- type: ExtensionCableReceiver
- type: DeviceNetworkComponent

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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