Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds Surgeon PDA #165

Merged
merged 4 commits into from
Dec 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -15,7 +15,11 @@
parent: SpawnPointJobBase
name: surgeon
components:
# Corvax-Next-surgeon-start
- type: SpawnPoint
job_id: Surgeon
# Corvax-Next-surgeon-end
- type: Sprite
layers:
- state: green
- state: virologist
- state: surgeon # Corvax-Next-surgeon
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
Loading