Skip to content

Commit

Permalink
abstract + yml changes
Browse files Browse the repository at this point in the history
  • Loading branch information
FoxxoTrystan committed Mar 31, 2024
1 parent 54b15c1 commit f3b2daa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
- type: entity
abstract: true
id: BaseTranslatorImplanter
parent: [ BaseItem ]
name: Basic translator implant
Expand Down
3 changes: 3 additions & 0 deletions Resources/Prototypes/Entities/Objects/Devices/translators.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
- type: entity
abstract: true
id: TranslatorUnpowered
parent: [ BaseItem ]
name: Translator
Expand All @@ -24,6 +25,7 @@
enabled: false

- type: entity
abstract: true
id: Translator
parent: [ TranslatorUnpowered, PowerCellSlotMediumItem ]
suffix: Powered
Expand All @@ -32,6 +34,7 @@
drawRate: 1

- type: entity
abstract: true
id: TranslatorEmtpy
parent: [ Translator ]
suffix: Empty
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Research/civilianservices.yml
Original file line number Diff line number Diff line change
Expand Up @@ -262,5 +262,5 @@
- CanilunztTranslatorImplanter
- SolCommonTranslatorImplanter
- RootSpeakTranslatorImplanter
#- AnimalTranslator
- AnimalTranslator
- MofficTranslatorImplanter

0 comments on commit f3b2daa

Please sign in to comment.