Skip to content

Commit

Permalink
Merge pull request #756 from Us3rn4me228/fix-carpets
Browse files Browse the repository at this point in the history
Fix carpets
  • Loading branch information
Schrodinger71 authored Jun 17, 2024
2 parents 795cc34 + 9b5124d commit 37b13f0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ent-FloorCarpetItemGreen = зелёный ковёр
.desc = { ent-FloorTileItemBase.desc }
ent-FloorCarpetItemOrange = оранжевый ковёр
.desc = { ent-FloorTileItemBase.desc }
ent-FloorCarpetItemSkyBlue = небесно-голубой ковёр
ent-FloorCarpetItemSkyBlue = голубой ковёр
.desc = { ent-FloorTileItemBase.desc }
ent-FloorCarpetItemPurple = фиолетовый ковёр
.desc = { ent-FloorTileItemBase.desc }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1143,6 +1143,7 @@
- CarpetPurple
- CarpetCyan
- CarpetWhite
- CarpetSkyBlue
- type: EmagLatheRecipes
emagStaticRecipes:
- ClothingHeadHatCentcomcap
Expand Down
7 changes: 7 additions & 0 deletions Resources/Prototypes/Recipes/Lathes/clothing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1285,3 +1285,10 @@
completetime: 1
materials:
Cloth: 100

- type: latheRecipe
id: CarpetSkyBlue
result: FloorCarpetItemSkyBlue
completetime: 1
materials:
Cloth: 100

0 comments on commit 37b13f0

Please sign in to comment.