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

Brigmedic fix #98

Merged
merged 1 commit into from
Oct 20, 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
10 changes: 0 additions & 10 deletions Resources/Prototypes/Entities/Markers/Spawners/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -486,16 +486,6 @@
- state: green
- state: detective

- type: entity
id: SpawnPointBrigmedic
parent: SpawnPointJobBase
name: brigmedic
components:
- type: Sprite
layers:
- state: green
- state: brigmedic

# SPECIAL
# ERT
- type: entity
Expand Down
13 changes: 13 additions & 0 deletions Resources/Prototypes/_Exodus/Entities/Markers/Spawners/jobs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# BrigMedic

- type: entity
id: SpawnPointBrigmedic
parent: SpawnPointJobBase
name: brigmedic
components:
- type: SpawnPoint
job_id: Brigmedic
- type: Sprite
layers:
- state: green
- state: brigmedic
2 changes: 1 addition & 1 deletion Resources/Prototypes/_Exodus/Maps/exodus_cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
#security
HeadOfSecurity: [ 1, 1 ]
Warden: [ 1, 1 ]
# Brigmedic: [ 1, 1 ] # Exodus //20.08.2024-fix-poinstmaps-and-brigmed
Brigmedic: [ 1, 1 ] # Exodus
Detective: [ 1, 1 ]
SecurityOfficer: [ 3, 3 ]
SecurityCadet: [ 2, 2 ]
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/_Exodus/Maps/exodus_saltern.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
#security
HeadOfSecurity: [ 1, 1 ]
Warden: [ 1, 1 ]
# Brigmedic: [ 1, 1 ] # Exodus //20.08.2024-fix-poinstmaps-and-brigmed
Brigmedic: [ 1, 1 ] # Exodus
Detective: [ 1, 1 ]
SecurityOfficer: [ 4, 4 ]
SecurityCadet: [ 4, 4 ]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- type: job
id: Brigmedic
name: job-name-brigmedic
description: job-description-chemist
description: job-description-brigmedic
playTimeTracker: JobBrigmedic
requirements:
- !type:DepartmentTimeRequirement
Expand Down
Loading