Skip to content

Commit

Permalink
Id fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jidort committed Sep 22, 2024
1 parent e7532ef commit d312f01
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ent-Kirieshki = кириешки c цезием
ent-FoodSnackKirieshki = кириешки c цезием
.desc = Бомбезно! Ограниченная версия продуктов от DonKCo в честь какой-то важной персоны. Найди этикетку с кодом внутри!
ent-irieshkiOpen = { ent-Kirieshki }
.desc = { ent-Kirieshki.desc }
ent-KirieshkiTrash = { ent-Kirieski }
ent-FoodSnackKirieshkiOpen = { ent-FoodSnackKirieshki }
.desc = { ent-FoodSnackKirieshki.desc }
ent-FoodSnackKirieshkiTrash = { ent-FoodSnackKirieshki }
.desc = { ent-FoodPacKetTrash.desc }
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: DiscountDansInventory
startingInventory:
FoodSnackCheesie: 3
kirieshki: 3 # Exodus-Kirieshki
FoodSnackKirieshki: 3 # Exodus-Kirieshki
FoodSnackChips: 3
FoodSnackBoritos: 3
DrinkEnergyDrinkCan: 4
Expand Down
10 changes: 5 additions & 5 deletions Resources/Prototypes/_Exodus/Entities/Consumable/Food/snacks.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- type: entity
parent: FoodSnackBase
id: Kirieshki
id: FoodSnackKirieshki
name: caesium kirieshki
description: BOMBtastic! Limited edition products from DonkCo in honour of some important person. Find the label with the code inside!
components:
Expand All @@ -20,7 +20,7 @@
acts: ["Destruction"]
- !type:SpawnEntitiesBehavior
spawn:
KirieshkiOpen:
FoodSnackKirieshkiOpen:
min: 1
max: 1
- !type:ExplodeBehavior
Expand All @@ -42,7 +42,7 @@
- type: entity
name: caesium kirieshki
parent: FoodSnackBase
id: KirieshkiOpen
id: FoodSnackKirieshkiOpen
description: BOMBtastic! Limited edition products from DonkCo in honour of some important person. Find the label with the code inside!
components:
- type: FlavorProfile
Expand All @@ -55,7 +55,7 @@
scale: 0.75,0.75
- type: Food
trash:
- KirieshkiTrash
- FoodSnackKirieshkiTrash
- type: SolutionContainerManager
solutions:
food:
Expand All @@ -67,7 +67,7 @@
- type: entity
categories: [ HideSpawnMenu ]
parent: FoodPacketTrash
id: KirieshkiTrash
id: FoodSnackKirieshkiTrash
name: caesium kirieshki
description: This is rubbish.
components:
Expand Down

0 comments on commit d312f01

Please sign in to comment.