Skip to content

Commit

Permalink
Небольшие фиксы (#766)
Browse files Browse the repository at this point in the history
  • Loading branch information
kanopus952 authored Dec 3, 2024
1 parent 3eeeaaa commit 02bab1e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Resources/Locale/ru-RU/_strings/_sunrise/markings/demon.ftl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
marking-DemomTail1 = острый конец, хвост
marking-DemomTailLong = длинный и пушистый, хвост
marking-DemomTailUp = длинный и пушистый, хвост (приподнят)
marking-DemonTail1 = острый конец, хвост
marking-DemonTailLong = длинный и пушистый, хвост
marking-DemonTailUp = длинный и пушистый, хвост (приподнят)
marking-DemonCowEars = коровьи ушки, уши
marking-DemonEars = демонические ушки, уши
marking-DemonCowHorns = коровьи рожки, рога
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- type: marking
id: DemomTail1
id: DemonTail1
bodyPart: Tail
markingCategory: Tail
speciesRestriction: [Demon]
Expand All @@ -8,7 +8,7 @@
state: demon_tail

- type: marking
id: DemomTailLong
id: DemonTailLong
bodyPart: Tail
markingCategory: Tail
speciesRestriction: [Demon]
Expand All @@ -17,7 +17,7 @@
state: long

- type: marking
id: DemomTailUp
id: DemonTailUp
bodyPart: Tail
markingCategory: Tail
speciesRestriction: [Demon]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
id: BaseMobDemon
abstract: true
components:
- type: Absorbable
- type: HumanoidAppearance
species: Demon
- type: Hunger
Expand Down

0 comments on commit 02bab1e

Please sign in to comment.