Skip to content

Commit

Permalink
Fix build fail
Browse files Browse the repository at this point in the history
  • Loading branch information
MilenVolf committed Sep 17, 2023
1 parent ccb84f7 commit 90ac5ef
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ ent-ClothingUniformJumpsuitWeb = web jumpsuit
.suffix = { "" }
ent-ClothingUniformJumpsuitLoungewear = loungewear
.desc = A long stretch of fabric that wraps around your body for comfort.
.suffix = { "" }
.suffix = { "" }
ent-ClothingUniformHECU = HECU uniform
.desc = The HECU jumpsuit is used to protect against foreign environmental factors (besides, real American patriots like to wear it).
.suffix = { "" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ ent-ClothingUniformJumpsuitWeb = паутинный комбинезон
.suffix = { "" }
ent-ClothingUniformJumpsuitLoungewear = домашняя одежда
.desc = Длинный отрезок ткани, который облегает тело, обеспечивая комфорт.
.suffix = { "" }
.suffix = { "" }
ent-ClothingUniformHECU = униформа HECU
.desc = Комбинезон HECU используется для защиты от посторонних факторов внешней среды (к тому же его любят носить настоящие американские патриоты).
.suffix = { "" }
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/Entities/Mobs/Species/felinid.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Anything human specific (e.g. UI, input) goes under MobHuman
- type: entity
name: Urist McCat
parent: BaseMobOrganic
parent: BaseMobSpeciesOrganic
id: BaseMobFelinid
abstract: true
components:
Expand Down Expand Up @@ -34,7 +34,7 @@
- type: entity
name: Urist McHands
id: MobFelinidDummy
parent: BaseMobOrganicDummy
parent: BaseSpeciesDummy
noSpawn: true
components:
- type: HumanoidAppearance
Expand Down
10 changes: 0 additions & 10 deletions Resources/Prototypes/Recipes/Lathes/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -325,16 +325,6 @@
Plastic: 250
Steel: 250

- type: latheRecipe
id: SpeedLoaderMagnum
icon:
sprite: Objects/Weapons/Guns/Ammunition/SpeedLoaders/Magnum/magnum_speed_loader.rsi
state: base-6
result: SpeedLoaderMagnum
completetime: 10
materials:
Steel: 200

- type: latheRecipe
id: MagazineMagnumSubMachineGun
icon:
Expand Down
9 changes: 0 additions & 9 deletions Resources/Prototypes/Recipes/Lathes/tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,15 +167,6 @@
Glass: 200
Plastic: 150

- type: latheRecipe
id: HoloprojectorSecurity
result: HoloprojectorSecurity
completetime: 8
materials:
Steel: 300
Glass: 200
Plastic: 150

- type: latheRecipe
id: HolofanProjector
result: HolofanProjector
Expand Down

0 comments on commit 90ac5ef

Please sign in to comment.