Skip to content

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepyyapril committed Dec 26, 2024
1 parent 4579c05 commit 2a54f4f
Showing 1 changed file with 36 additions and 12 deletions.
48 changes: 36 additions & 12 deletions Resources/Prototypes/Entities/Objects/Misc/identification_cards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -655,8 +655,12 @@
components:
- type: Sprite
layers:
- state: gold
- state: ert_commander
- state: centcom
- state: departmenthead
color: "#1B67A5"
- state: subdepartment
color: "#1B67A5"
- state: captain
- type: PresetIdCard
job: ERTLeader
- type: Item
Expand All @@ -669,8 +673,12 @@
components:
- type: Sprite
layers:
- state: gold
- state: ert_chaplain # we have the sprite for the id but dont have chaplain ERT equipment for now.
- state: centcom
- state: departmenthead
color: "#1B67A5"
- state: subdepartment
color: "#1B67A5"
- state: chaplain
- type: PresetIdCard
job: ERTChaplain
- type: Item
Expand All @@ -683,8 +691,12 @@
components:
- type: Sprite
layers:
- state: gold
- state: ert_engineer
- state: centcom
- state: departmenthead
color: "#1B67A5"
- state: subdepartment
color: "#F39F27"
- state: stationengineer
- type: PresetIdCard
job: ERTEngineer

Expand All @@ -695,8 +707,12 @@
components:
- type: Sprite
layers:
- state: gold
- state: ert_janitor
- state: centcom
- state: departmenthead
color: "#1B67A5"
- state: subdepartment
color: "#58C800"
- state: janitor
- type: PresetIdCard
job: ERTJanitor

Expand All @@ -707,8 +723,12 @@
components:
- type: Sprite
layers:
- state: gold
- state: ert_medic
- state: centcom
- state: departmenthead
color: "#1B67A5"
- state: subdepartment
color: "#5B97BC"
- state: medicaldoctor
- type: PresetIdCard
job: ERTMedical

Expand All @@ -719,8 +739,12 @@
components:
- type: Sprite
layers:
- state: gold
- state: ert_security
- state: centcom
- state: departmenthead
color: "#1B67A5"
- state: subdepartment
color: "#1B67A5"
- state: cc
- type: PresetIdCard
job: ERTSecurity

Expand Down

0 comments on commit 2a54f4f

Please sign in to comment.