Skip to content

Commit

Permalink
adjusted comments
Browse files Browse the repository at this point in the history
  • Loading branch information
foxcurl committed Dec 21, 2024
1 parent 53e3b66 commit c46900c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
22 changes: 11 additions & 11 deletions Resources/Prototypes/Entities/Structures/Machines/lathe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1166,9 +1166,9 @@
- ClothingHeadHatBeretBrigmedic
- ClothingUniformJumpsuitBrigmedic
- ClothingUniformJumpskirtBrigmedic
- ClothingHeadHatBeretDet # DeltaV - added detective beret to lathe
- ClothingUniformJumpsuitForensicSpec # DeltaV - added detective uniform to lathe
- ClothingUniformJumpskirtForensicSpec # DeltaV - added detective uniform to lathe
- ClothingHeadHatBeretDet # DeltaV - detective beret
- ClothingUniformJumpsuitForensicSpec # DeltaV - detective uniform
- ClothingUniformJumpskirtForensicSpec # DeltaV - detective uniform
- ClothingHeadHatBeretWarden
- ClothingHeadHatWarden
- ClothingUniformJumpsuitWarden
Expand All @@ -1183,16 +1183,16 @@
- ClothingOuterWinterCE
- ClothingOuterWinterCMO
- ClothingOuterWinterHoP
# - ClothingOuterWinterHoSUnarmored # DeltaV - seems to be replaced by stasec version
# - ClothingOuterWinterWardenUnarmored # DeltaV - seems to be replaced by stasec version
# - ClothingOuterWinterHoSUnarmored # DeltaV - replaced by stasec version
# - ClothingOuterWinterWardenUnarmored # DeltaV - replaced by stasec version
- ClothingOuterWinterQM
- ClothingOuterWinterRD
- ClothingOuterChiefJustice # DeltaV - Chief Justice
- ClothingOuterCoatStasec # DeltaV - added stasec coat to uniform printer.
- ClothingOuterStasecSweater # DeltaV - added stasec sweater to uniform printer.
- ClothingOuterCoatStasecDet # DeltaV - added stasec detective coat to uniform printer.
- ClothingOuterCoatStasecWarden # DeltaV - added stasec warden coat to uniform printer.
- ClothingOuterCoatStasecHoS # DeltaV - added stasec HoS coat to uniform printer.
- ClothingOuterCoatStasec # DeltaV - station security coat
- ClothingOuterStasecSweater # DeltaV - station security sweater
- ClothingOuterCoatStasecDet # DeltaV - station security detective coat
- ClothingOuterCoatStasecWarden # DeltaV - station security warden coat
- ClothingOuterCoatStasecHoS # DeltaV - station security HoS coat
- ClothingOuterWinterMusician
- ClothingOuterWinterClown
- ClothingOuterWinterMime
Expand All @@ -1212,7 +1212,7 @@
- ClothingOuterWinterViro
- ClothingOuterWinterSci
- ClothingOuterWinterRobo
# ClothingOuterWinterSec # DeltaV - seems to be replaced by stasec version.
# ClothingOuterWinterSec # DeltaV - replaced by stasec version.
# Ties
- ClothingNeckTieRed
- ClothingNeckTieDet
Expand Down
16 changes: 8 additions & 8 deletions Resources/Prototypes/Recipes/Lathes/clothing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,22 +232,22 @@

## Detective

# - type: latheRecipe # DeltaV - removed from detdrobe for incongruence
# - type: latheRecipe # DeltaV - removed for incongruence
# parent: BaseJumpsuitRecipe
# id: ClothingUniformJumpsuitDetective
# result: ClothingUniformJumpsuitDetective

# - type: latheRecipe # DeltaV - removed from detdrobe for incongruence
# - type: latheRecipe # DeltaV - removed for incongruence
# parent: BaseJumpsuitRecipe
# id: ClothingUniformJumpskirtDetective
# result: ClothingUniformJumpskirtDetective

- type: latheRecipe # DeltaV - adds jumpsuit to lathe
- type: latheRecipe # DeltaV
parent: BaseJumpsuitRecipe
id: ClothingUniformJumpsuitForensicSpec
result: ClothingUniformJumpsuitForensicSpec

- type: latheRecipe # DeltaV - adds jumpskirt to lathe
- type: latheRecipe # DeltaV
parent: BaseJumpsuitRecipe
id: ClothingUniformJumpskirtForensicSpec
result: ClothingUniformJumpskirtForensicSpec
Expand Down Expand Up @@ -616,12 +616,12 @@
id: ClothingOuterWinterHoP
result: ClothingOuterWinterHoP

# - type: latheRecipe
# - type: latheRecipe # DeltaV - replaced by stasec version
# parent: BaseCommandCoatRecipe
# id: ClothingOuterWinterHoSUnarmored
# result: ClothingOuterWinterHoSUnarmored

# - type: latheRecipe
# - type: latheRecipe # DeltaV - replaced by stasec version
# parent: BaseCommandCoatRecipe
# id: ClothingOuterWinterWardenUnarmored
# result: ClothingOuterWinterWardenUnarmored
Expand Down Expand Up @@ -742,7 +742,7 @@
id: ClothingOuterWinterRobo
result: ClothingOuterWinterRobo

# - type: latheRecipe
# - type: latheRecipe # DeltaV - replaced by stasec version
# parent: BaseCoatRecipe
# id: ClothingOuterWinterSec
# result: ClothingOuterWinterSec
Expand Down Expand Up @@ -855,7 +855,7 @@
id: ClothingHeadHatBeretSecurity
result: ClothingHeadHatBeretSecurity

- type: latheRecipe # DeltaV - added to printer
- type: latheRecipe # DeltaV - added to lathe
parent: BaseHatRecipe
id: ClothingHeadHatBeretDet
result: ClothingHeadHatBeretDet
Expand Down

0 comments on commit c46900c

Please sign in to comment.