Skip to content

Commit

Permalink
Merge pull request #165 from Ko4ergaNext/surgeon-pda
Browse files Browse the repository at this point in the history
Adds Surgeon PDA
  • Loading branch information
AwareFoxy authored Dec 15, 2024
2 parents 5874cfa + d743874 commit d8c418a
Show file tree
Hide file tree
Showing 12 changed files with 45 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ent-SurgeonPDA = КПК хирурга
.desc = { ent-MedicalPDA.desc }
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ent-SurgeonIDCard = ID карта хирурга
.desc = { ent-IDCardStandard.desc }
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
- type: Sprite
layers:
- state: green
- state: virologist
- state: surgeon # Corvax-Next-surgeon
17 changes: 17 additions & 0 deletions Resources/Prototypes/_CorvaxNext/Entities/Objects/Devices/pda.yml
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
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
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@
ears: ClothingHeadsetMedical
belt: ClothingBeltSurgicalBoardFilled
shoes: ClothingShoesColorWhite
id: SurgeonPDA
mask: ClothingMaskSterile
gloves: ClothingHandsGlovesNitrile
5 changes: 4 additions & 1 deletion Resources/Textures/Markers/jobs.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/vgstation-coders/vgstation13/blob/e71d6c4fba5a51f99b81c295dcaec4fc2f58fb19/icons/mob/screen1.dmi | cburn and cluwne made by brainfood1183 (github). brigmed made by PuroSlavKing (Github)",
"copyright": "Taken from https://github.com/vgstation-coders/vgstation13/blob/e71d6c4fba5a51f99b81c295dcaec4fc2f58fb19/icons/mob/screen1.dmi | cburn and cluwne made by brainfood1183 (github). brigmed made by PuroSlavKing (Github), surgeon by Ko4erga",
"size": {
"x": 32,
"y": 32
Expand Down Expand Up @@ -190,6 +190,9 @@
{
"name": "seniorofficer"
},
{
"name": "surgeon"
},
{
"name": "technicalassistant"
},
Expand Down
Binary file added Resources/Textures/Markers/jobs.rsi/surgeon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions Resources/Textures/Objects/Devices/pda.rsi/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,9 @@
{
"name": "pda-seniorofficer"
},
{
"name": "pda-surgeon"
},
{
"name": "equipped-IDCARD",
"directions": 4
Expand Down
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.
5 changes: 4 additions & 1 deletion Resources/Textures/Objects/Misc/id_cards.rsi/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -227,11 +227,14 @@
"name": "idseniorphysician"
},
{
"name": "idseniorofficer"
"name": "idseniorofficer"
},
{
"name": "idpilot"
},
{
"name": "idsurgeon"
},
{
"name": "gold-inhand-left",
"directions": 4
Expand Down

0 comments on commit d8c418a

Please sign in to comment.