Skip to content

Commit

Permalink
corrected my incorrect assumptions and fixed destroy cost
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinWinningham committed Dec 19, 2024
1 parent 5413b17 commit 7c9ba3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Resources/Prototypes/Entities/Structures/barricades.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
- !type:SpawnEntitiesBehavior
spawn:
MaterialWoodPlank1:
min: 2 # The construction graphs that use this all override this value on all trees so it's just a fallback
max: 2
min: 1
max: 1
- !type:DoActsBehavior
acts: [ "Destruction" ]
- type: AtmosExposed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
completed:
- !type:SpawnPrototype
prototype: MaterialWoodPlank1
amount: 1 #returns 1 less as one breaks
amount: 2 #returns 1 less as one breaks
- !type:DeleteEntity { }
conditions:
- !type:EntityAnchored
Expand Down

0 comments on commit 7c9ba3d

Please sign in to comment.