Skip to content

Commit

Permalink
добавил базовый пда для нас
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkiich committed Aug 1, 2024
1 parent 0837737 commit e2ec1c0
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion Resources/Prototypes/ADT/Entities/Objects/Device/pda.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
- type: entity
parent: MedicalPDA
parent: BasePDA
id: ADTBaseMedicalPDA
abstract: true
components:
- type: ItemToggle
toggleLight: false
onUse: false
- type: HealthAnalyzer
scanDelay: 1
scanningEndSound:
path: "/Audio/Items/Medical/healthscanner.ogg"

- type: entity
parent: ADTBaseMedicalPDA
id: ADTPathologistPDA
name: pathologist's PDA
description: It breezes chill.
Expand Down

0 comments on commit e2ec1c0

Please sign in to comment.