Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Inflatable Wall Fix (new-frontiers-14#2229)
Browse files Browse the repository at this point in the history
* Inflatable Wall Fix

* Update inflatable_wall.yml

* Update inflatable_wall.yml

* Update inflatable_wall.yml
  • Loading branch information
dvir001 authored Oct 14, 2024
1 parent 26d26a9 commit 0c60e7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
placement:
mode: SnapgridCenter


- type: entity
id: InflatableDoor
name: inflatable door
Expand Down
18 changes: 2 additions & 16 deletions Resources/Prototypes/Entities/Objects/Tools/inflatable_wall.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 0c60e7b

Please sign in to comment.