Skip to content

Commit

Permalink
Ice and Sandstone walls dont spawn girders (new-frontiers-14#2176)
Browse files Browse the repository at this point in the history
* ice and sandstone walls no girders

* tabs

* parent instead

* 1000 damage walls

---------

Co-authored-by: Whatstone <[email protected]>
  • Loading branch information
MisterMecky and whatston3 authored Oct 16, 2024
1 parent d6d0d8c commit c779935
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Resources/Prototypes/_NF/Entities/Structures/Walls/walls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@
spread: 10 # Narrow spread, need to balance vs. max projectile distance
reflects:
- ShuttleKinetic # Only reflects PTK (otherwise RIP miners)
- type: Destructible
thresholds:
- trigger:
!type:DamageTrigger
damage: 1000
behaviors:
- !type:DoActsBehavior
acts: [ "Destruction" ]

- type: entity
parent: [AsteroidWallNF, WallIce]
Expand Down

0 comments on commit c779935

Please sign in to comment.