Skip to content

Commit

Permalink
Epistemics is apparently hardcoded in the server's database
Browse files Browse the repository at this point in the history
  • Loading branch information
VMSolidus committed May 29, 2024
1 parent 98cfc27 commit c9e2493
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
- type: Sprite
sprite: Structures/Doors/Airlocks/Standard/science.rsi
- type: PaintableAirlock
department: Science
department: Epistemics

- type: entity
parent: Airlock
Expand Down Expand Up @@ -247,7 +247,7 @@
- type: Sprite
sprite: Structures/Doors/Airlocks/Glass/science.rsi
- type: PaintableAirlock
department: Science
department: Epistemics

- type: entity
parent: AirlockGlass
Expand Down
6 changes: 3 additions & 3 deletions Resources/Prototypes/Loadouts/Jobs/science.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
jobs:
- Scientist
- !type:LoadoutDepartmentTimeRequirement
department: Science
department: Epistemics
min: 216000 # 60 hours
items:
- ClothingUniformJumpskirtSeniorResearcher
Expand All @@ -23,7 +23,7 @@
jobs:
- Scientist
- !type:LoadoutDepartmentTimeRequirement
department: Science
department: Epistemics
min: 216000 # 60 hours
items:
- ClothingUniformJumpsuitSeniorResearcher
Expand Down Expand Up @@ -66,7 +66,7 @@
jobs:
- Scientist
- !type:LoadoutDepartmentTimeRequirement
department: Science
department: Epistemics
min: 216000 # 60 hours
items:
- ClothingOuterCoatLabSeniorResearcher
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Roles/Jobs/Civilian/chaplain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
playTimeTracker: JobChaplain
# requirements:
# - !type:DepartmentTimeRequirement
# department: Science
# department: Epistemics
# time: 14400 4 hours
startingGear: ChaplainGear
icon: "JobIconChaplain"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
playTimeTracker: JobResearchAssistant
# requirements:
# - !type:DepartmentTimeRequirement # DeltaV - Removes time limit
# department: Science
# department: Epistemics
# time: 54000 #15 hrs
# inverted: true # stop playing intern if you're good at science!
startingGear: ResearchAssistantGear
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Roles/Jobs/departments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
- Brigmedic # DeltaV - Brigmedic, see Resources/Prototypes/DeltaV/Roles/Jobs/Security/brigmedic.yml

- type: department
id: Science
id: Epistemics
description: department-Science-description
color: "#D381C9"
roles:
Expand Down

0 comments on commit c9e2493

Please sign in to comment.