From 7452ff67877d8b43517677706b8fb257709fd3e8 Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Sun, 12 Jun 2022 14:12:18 +1000 Subject: [PATCH] Cull even more map lines (#8773) --- .../Entities/Structures/Doors/Shutter/shutters.yml | 6 ++++++ .../Entities/Structures/Lighting/base_lighting.yml | 2 ++ .../Entities/Structures/Machines/vending_machines.yml | 7 ++++--- .../Entities/Structures/Piping/Atmospherics/pipes.yml | 4 +++- .../Entities/Structures/Piping/Disposal/pipes.yml | 1 + .../Structures/Storage/Closets/base_structureclosets.yml | 1 + 6 files changed, 17 insertions(+), 4 deletions(-) diff --git a/Resources/Prototypes/Entities/Structures/Doors/Shutter/shutters.yml b/Resources/Prototypes/Entities/Structures/Doors/Shutter/shutters.yml index 66e42e3c32..36475a4b55 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/Shutter/shutters.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/Shutter/shutters.yml @@ -85,6 +85,12 @@ components: - type: Door state: Open + - type: Physics + canCollide: false + - type: Occluder + enabled: false + - type: Airtight + airBlocked: false - type: Construction graph: Shutters node: Shutters diff --git a/Resources/Prototypes/Entities/Structures/Lighting/base_lighting.yml b/Resources/Prototypes/Entities/Structures/Lighting/base_lighting.yml index 7f0b4a2e4a..1d04c6c595 100644 --- a/Resources/Prototypes/Entities/Structures/Lighting/base_lighting.yml +++ b/Resources/Prototypes/Entities/Structures/Lighting/base_lighting.yml @@ -238,6 +238,8 @@ - type: Sprite sprite: Structures/Wallmounts/Lighting/light_small.rsi state: empty + - type: AmbientSound + enabled: false - type: PointLight enabled: false offset: "0, -0.5" diff --git a/Resources/Prototypes/Entities/Structures/Machines/vending_machines.yml b/Resources/Prototypes/Entities/Structures/Machines/vending_machines.yml index de2ec9170e..d5460219d5 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/vending_machines.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/vending_machines.yml @@ -7,6 +7,7 @@ components: - type: AmbientOnPowered - type: AmbientSound + enabled: false volume: -9 range: 3 sound: @@ -1334,7 +1335,7 @@ - type: WiresVisualizer - type: AccessReader access: [["Medical"]] - + # Gas Tank Dispenser - type: entity @@ -1349,7 +1350,7 @@ - type: Sprite sprite: Structures/Machines/VendingMachines/tankdispenser.rsi #TODO add visualiser for remaining tanks as layers state: dispenser - + - type: entity parent: VendingMachine id: VendingMachineTankDispenserEngineering @@ -1363,4 +1364,4 @@ sprite: Structures/Machines/VendingMachines/tankdispenser.rsi #TODO add visualiser for remaining tanks as layers layers: - state: dispenser - - state: dispensereng \ No newline at end of file + - state: dispensereng diff --git a/Resources/Prototypes/Entities/Structures/Piping/Atmospherics/pipes.yml b/Resources/Prototypes/Entities/Structures/Piping/Atmospherics/pipes.yml index e3d40d2f6d..afc94a4915 100644 --- a/Resources/Prototypes/Entities/Structures/Piping/Atmospherics/pipes.yml +++ b/Resources/Prototypes/Entities/Structures/Piping/Atmospherics/pipes.yml @@ -40,8 +40,10 @@ - type: Tag tags: - Pipe + - type: Physics + canCollide: false - type: AmbientSound - enabled: true + enabled: false volume: -15 range: 2 sound: diff --git a/Resources/Prototypes/Entities/Structures/Piping/Disposal/pipes.yml b/Resources/Prototypes/Entities/Structures/Piping/Disposal/pipes.yml index 95cef0a50a..2a5d20b638 100644 --- a/Resources/Prototypes/Entities/Structures/Piping/Disposal/pipes.yml +++ b/Resources/Prototypes/Entities/Structures/Piping/Disposal/pipes.yml @@ -16,6 +16,7 @@ - type: InteractionOutline - type: Physics bodyType: Static + canCollide: false - type: Fixtures fixtures: - shape: diff --git a/Resources/Prototypes/Entities/Structures/Storage/Closets/base_structureclosets.yml b/Resources/Prototypes/Entities/Structures/Storage/Closets/base_structureclosets.yml index da4fe5349f..df794b2b0b 100644 --- a/Resources/Prototypes/Entities/Structures/Storage/Closets/base_structureclosets.yml +++ b/Resources/Prototypes/Entities/Structures/Storage/Closets/base_structureclosets.yml @@ -44,6 +44,7 @@ - type: Weldable - type: PlaceableSurface placeCentered: true + isPlaceable: false - type: Damageable damageContainer: Inorganic damageModifierSet: Metallic