forked from space-syndicate/space-station-14
-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #165 from Ko4ergaNext/surgeon-pda
Adds Surgeon PDA
- Loading branch information
Showing
12 changed files
with
45 additions
and
3 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
Resources/Locale/ru-RU/_CorvaxNext/prototypes/entities/objects/devices/pda.ftl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
ent-SurgeonPDA = КПК хирурга | ||
.desc = { ent-MedicalPDA.desc } |
2 changes: 2 additions & 0 deletions
2
Resources/Locale/ru-RU/_CorvaxNext/prototypes/entities/objects/misc/identification_cards.ftl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
ent-SurgeonIDCard = ID карта хирурга | ||
.desc = { ent-IDCardStandard.desc } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,4 +22,4 @@ | |
- type: Sprite | ||
layers: | ||
- state: green | ||
- state: virologist | ||
- state: surgeon # Corvax-Next-surgeon |
17 changes: 17 additions & 0 deletions
17
Resources/Prototypes/_CorvaxNext/Entities/Objects/Devices/pda.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
- type: entity | ||
parent: BaseMedicalPDA | ||
id: SurgeonPDA | ||
name: surgeon PDA | ||
description: Shiny and sterile. | ||
components: | ||
- type: Pda | ||
id: SurgeonIDCard | ||
state: pda-surgeon | ||
- type: PdaBorderColor | ||
borderColor: "#d7d7d0" | ||
accentVColor: "#5db8be" | ||
- type: Icon | ||
state: pda-surgeon | ||
- type: GuideHelp | ||
guides: | ||
- Medical Doctor |
11 changes: 11 additions & 0 deletions
11
Resources/Prototypes/_CorvaxNext/Entities/Objects/Misc/identification_cards.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
- type: entity | ||
parent: IDCardStandard | ||
id: SurgeonIDCard | ||
name: surgeon ID card | ||
components: | ||
- type: Sprite | ||
layers: | ||
- state: default | ||
- state: idsurgeon | ||
- type: PresetIdCard | ||
job: Surgeon |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters