Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Spatison committed Oct 23, 2024
1 parent 7af56e9 commit 2f47739
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
ent-FoodMeatGondola = сырое мясо Гондолы
.desc = Ты чудовище.
ent-FoodMeatGondolaCooked = стейк из Гондолы
.desc = Приготовленное мясо Гондолы...
ent-FoodMeat = { ent-FoodMeatCooked }
.desc = { ent-FoodMeatCooked.desc }
.suffix = Гондола
ent-FoodMeat = { ent-FoodMeatCooked }
.desc = { ent-FoodMeatCooked.desc }
.suffix = Гондола
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
- type: entity
parent: FoodMeatRawBase
id: FoodMeatGondola
name: raw Gondola meat
description: You're a monster.
name: raw meat
description: A slab of raw meat.
suffix: Gondola
components:
- type: Sprite
state: plain
Expand All @@ -28,8 +29,9 @@
- type: entity
parent: FoodMeatBase
id: FoodMeatGondolaCooked
name: Gondola steak
description: Cooked Gondola meat...
name: steak
description: A cooked slab of meat. Smells primal.
suffix: Gondola
components:
- type: Tag
tags:
Expand Down

0 comments on commit 2f47739

Please sign in to comment.