Skip to content

Commit

Permalink
enable garbage collection on base debris (new-frontiers-14#1884)
Browse files Browse the repository at this point in the history
  • Loading branch information
whatston3 authored Aug 18, 2024
1 parent d5791cb commit a036c71
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 16 deletions.
13 changes: 0 additions & 13 deletions Resources/Prototypes/_NF/Entities/World/Debris/asteroids.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,7 @@
- id: RockElementalSpawner
prob: 0.08
orGroup: rock
- type: GCAbleObject
queue: SpaceDebris
- type: IFF
flags: HideLabel
color: "#d67e27"

- type: entity
Expand Down Expand Up @@ -210,10 +207,7 @@
- id: WallIce
prob: 0.1
orGroup: rock
- type: GCAbleObject
queue: SpaceDebris
- type: IFF
flags: HideLabel
color: "#d6fffc"

- type: entity
Expand Down Expand Up @@ -366,10 +360,7 @@
- id: WallAndesiteCobblebrick
prob: 0.1
orGroup: rock
- type: GCAbleObject
queue: SpaceDebris
- type: IFF
flags: HideLabel
color: "#95c280"

- type: entity
Expand Down Expand Up @@ -523,7 +514,6 @@
prob: 0.1
orGroup: rock
- type: IFF
flags: HideLabel
color: "#b5b5b5"

- type: entity
Expand Down Expand Up @@ -677,7 +667,6 @@
prob: 0.1
orGroup: rock
- type: IFF
flags: HideLabel
color: "#cad17b"

- type: entity
Expand Down Expand Up @@ -831,7 +820,6 @@
prob: 0.1
orGroup: rock
- type: IFF
flags: HideLabel
color: "#8178cc"

- type: entity
Expand Down Expand Up @@ -985,7 +973,6 @@
prob: 0.1
orGroup: rock
- type: IFF
flags: HideLabel
color: "#BF8C5C"

- type: entity
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@
components:
- type: OwnedDebris
- type: LocalityLoader
- type: GCAbleObject
queue: SpaceDebris
- type: IFF
flags: HideLabel
3 changes: 0 additions & 3 deletions Resources/Prototypes/_NF/Entities/World/Debris/wrecks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,7 @@
prob: 0.0025
- id: Thruster
prob: 0.005
- type: GCAbleObject
queue: SpaceDebris
- type: IFF
flags: HideLabel
color: "#88b0d1"

- type: entity
Expand Down

0 comments on commit a036c71

Please sign in to comment.