Skip to content

Commit

Permalink
Adds some plastic to dungeon loot.
Browse files Browse the repository at this point in the history
  • Loading branch information
rbertoche committed Mar 31, 2024
1 parent 9cb5772 commit 5294b52
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Resources/Prototypes/Entities/Objects/Materials/Sheets/other.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,17 @@
- type: Stack
count: 1

- type: entity
parent: SheetPlastic
id: SheetPlastic5
name: plastic
suffix: Five
components:
- type: Sprite
state: plastic
- type: Stack
count: 5

- type: entity
noSpawn: true
parent: SheetOtherBase
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Mining/Random/dungeon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@
- Gauze
- Brutepack
- Brutepack
- SheetPlastic5
- Telecrystal1
- Telecrystal1
- Telecrystal2
Expand Down

0 comments on commit 5294b52

Please sign in to comment.