Skip to content

Commit

Permalink
custom-cigs-packs-wl-fix (#2281)
Browse files Browse the repository at this point in the history
  • Loading branch information
lexaSvarshik authored Dec 5, 2024
1 parent 5f04078 commit e18751c
Showing 1 changed file with 2 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

- type: entity
id: CigPackBaseSS220
parent: [ BaseStorageItem, BaseBagOpenClose ]
parent: [ CigPackBase ]
name: cigarette pack
abstract: true
components:
Expand Down Expand Up @@ -53,25 +53,6 @@
map: ["10"]
sprite: SS220/Objects/Consumable/Smokeables/Cigaretts/Packs/visualizer.rsi
visible: false
- type: Tag
tags:
- CigPack
- Trash
- type: PhysicalComposition
materialComposition:
Steel: 50
- type: SpaceGarbage
- type: Item
size: Tiny
shape:
- 0,0,0,1
- type: Storage
grid:
- 0,0,4,1
- type: StorageFill
contents:
- id: Cigarette
amount: 10
- type: ItemCounter
count:
tags: [Cigarette]
Expand All @@ -87,7 +68,6 @@
- 8
- 9
- 10
- type: Appearance

- type: entity
id: CigPackENG
Expand Down Expand Up @@ -177,4 +157,4 @@
- type: StorageFill
contents:
- id: CigaretteAVD
amount: 10
amount: 10

0 comments on commit e18751c

Please sign in to comment.