diff --git a/Resources/Prototypes/Entities/Objects/Misc/inflatable_wall.yml b/Resources/Prototypes/Entities/Objects/Misc/inflatable_wall.yml index 02f0e0cfbcf..be732c17af0 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/inflatable_wall.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/inflatable_wall.yml @@ -39,7 +39,6 @@ placement: mode: SnapgridCenter - - type: entity id: InflatableDoor name: inflatable door diff --git a/Resources/Prototypes/Entities/Objects/Tools/inflatable_wall.yml b/Resources/Prototypes/Entities/Objects/Tools/inflatable_wall.yml index 3b08c7c419c..29a1a7640e9 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/inflatable_wall.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/inflatable_wall.yml @@ -5,7 +5,6 @@ description: A folded membrane which rapidly expands into a large cubical shape on activation. suffix: Full components: - - type: ConstructionMaterials # Frontier - type: Stack stackType: InflatableWall count: 10 @@ -20,13 +19,7 @@ doAfter: 1 removeOnInteract: true - type: Clickable - - type: Tag - tags: - - DroneUsable - - type: StaticPrice # Frontier - price: 7.5 # Frontier - tests at 0 - # - type: StackPrice # Frontier - # price: 7.5 # Frontier: TODO: fix value + - type: ConstructionMaterials # Frontier # TODO: Add stack sprites + visuals. - type: entity @@ -36,7 +29,6 @@ description: A folded membrane which rapidly expands into a large cubical shape on activation. suffix: Full components: - - type: ConstructionMaterials # Frontier - type: Stack stackType: InflatableDoor count: 4 @@ -51,13 +43,7 @@ doAfter: 1 removeOnInteract: true - type: Clickable - - type: Tag - tags: - - DroneUsable - - type: StaticPrice # Frontier - price: 15 # Frontier - TODO: tests at 0 - # - type: StackPrice # Frontier - # price: 15 # Frontier: TODO: fix value + - type: ConstructionMaterials # Frontier # TODO: Add stack sprites + visuals. - type: entity