Cig packs quick fix (#16152)

This commit is contained in:
lapatison
2023-05-06 10:57:06 +03:00
committed by GitHub
parent c40f2aa671
commit 0906a4b912
2 changed files with 3 additions and 19 deletions

View File

@@ -14,17 +14,12 @@
- type: SpaceGarbage
- type: Storage
capacity: 5
whitelist:
tags:
- Cigarette
- Cigar
- Matchstick
- type: Item
size: 5
- type: StorageFill
contents:
- id: Cigarette
amount: 6
amount: 5
- type: ItemCounter
count:
tags: [Cigarette]
@@ -56,7 +51,6 @@
- state: closed
- type: Item
sprite: Objects/Consumable/Smokeables/Cigarettes/Packs/green.rsi
size: 6
- type: entity
id: CigPackRed
@@ -71,7 +65,6 @@
- state: closed
- type: Item
sprite: Objects/Consumable/Smokeables/Cigarettes/Packs/red.rsi
size: 6
- type: entity
id: CigPackBlue
@@ -86,7 +79,6 @@
- state: closed
- type: Item
sprite: Objects/Consumable/Smokeables/Cigarettes/Packs/blue.rsi
size: 6
- type: entity
id: CigPackBlack
@@ -101,7 +93,6 @@
- state: closed
- type: Item
sprite: Objects/Consumable/Smokeables/Cigarettes/Packs/black.rsi
size: 6
- type: entity
id: CigPackSyndicate
@@ -112,7 +103,7 @@
- type: StorageFill
contents:
- id: CigaretteSyndicate
amount: 6
amount: 5
- type: Sprite
netsync: false
sprite: Objects/Consumable/Smokeables/Cigarettes/Packs/syndicate.rsi
@@ -120,4 +111,3 @@
- state: closed
- type: Item
sprite: Objects/Consumable/Smokeables/Cigarettes/Packs/syndicate.rsi
size: 6

View File

@@ -74,16 +74,10 @@
size: 5
- type: Storage
capacity: 5
whitelist:
tags:
- Matchstick
- Cigarette
- Cigar
size: 10
- type: StorageFill
contents:
- id: Matchstick
amount: 6
amount: 5
- type: ItemCounter
count:
tags: [Matchstick]