Skip to content

Commit

Permalink
замена абстракта на хайдспавн
Browse files Browse the repository at this point in the history
  • Loading branch information
PyotrIgn committed Dec 2, 2024
1 parent 143dcd1 commit ee2757c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Resources/Prototypes/ADT/Catalog/Fills/Crates/service.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- type: entity
id: ADTCrateServicePrinterInkCartridge
abstract: true
categories: [ HideSpawnMenu ]
parent: CratePlastic
components:
- type: StorageFill
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

- type: entity
id: ADTBookPrinterMachineCircuitboard
abstract: true
categories: [ HideSpawnMenu ]
parent: BaseMachineCircuitboard
name: book printer machine board
components:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- type: entity
parent: BaseFlatpack
id: ADTBookPrinterFlatpack
abstract: true
categories: [ HideSpawnMenu ]
name: book printer flatpack
description: A flatpack used for constructing a book printer.
components:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- type: entity
id: ADTBookPrinterInkCartridge
abstract: true
categories: [ HideSpawnMenu ]
parent: BaseItem
name: printer cartridge
description: A black box containing a strange black substance. I think they're called ink...
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- type: entity
id: ADTBookPrinter
abstract: true
categories: [ HideSpawnMenu ]
parent: ConstructibleMachine
name: book printer
description: A breeding ground for propaganda, a destroyer of democracy. Allows you to copy books and also enter them into the database.
Expand Down

0 comments on commit ee2757c

Please sign in to comment.