Skip to content

Commit

Permalink
Revert "Удаление лимита времени для доступа к стартовым ролям." (spac…
Browse files Browse the repository at this point in the history
  • Loading branch information
lzk228 authored Dec 16, 2024
1 parent 8a798d2 commit ac0bae5
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
requirements:
- !type:OverallPlaytimeRequirement
time: 3600 #1 hr
# - !type:DepartmentTimeRequirement
# department: Engineering
# time: 36000 #10 hrs # Corvax-RoleTime
# inverted: true # stop playing intern if you're good at engineering!
- !type:DepartmentTimeRequirement
department: Engineering
time: 36000 #10 hrs # Corvax-RoleTime
inverted: true # stop playing intern if you're good at engineering!
startingGear: TechnicalAssistantGear
icon: "JobIconTechnicalAssistant"
supervisors: job-supervisors-engineering
canBeAntag: true # Corvax-MRP: Available not only for newbies
canBeAntag: false
access:
- Maintenance
- Engineering
Expand Down
12 changes: 6 additions & 6 deletions Resources/Prototypes/Roles/Jobs/Medical/medical_intern.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
name: job-name-intern
description: job-description-intern
playTimeTracker: JobMedicalIntern
# requirements:
# - !type:DepartmentTimeRequirement
# department: Medical
# time: 36000 #10 hrs # Corvax-RoleTime
# inverted: true # stop playing intern if you're good at med!
requirements:
- !type:DepartmentTimeRequirement
department: Medical
time: 36000 #10 hrs # Corvax-RoleTime
inverted: true # stop playing intern if you're good at med!
startingGear: MedicalInternGear
icon: "JobIconMedicalIntern"
supervisors: job-supervisors-medicine
canBeAntag: true # Corvax-MRP: Available not only for newbies
canBeAntag: false
access:
- Medical
- Maintenance
Expand Down
12 changes: 6 additions & 6 deletions Resources/Prototypes/Roles/Jobs/Science/research_assistant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
name: job-name-research-assistant
description: job-description-research-assistant
playTimeTracker: JobResearchAssistant
# requirements:
# - !type:DepartmentTimeRequirement
# department: Science
# time: 36000 #10 hrs # Corvax-RoleTime
# inverted: true # stop playing intern if you're good at science!
requirements:
- !type:DepartmentTimeRequirement
department: Science
time: 36000 #10 hrs # Corvax-RoleTime
inverted: true # stop playing intern if you're good at science!
startingGear: ResearchAssistantGear
icon: "JobIconResearchAssistant"
supervisors: job-supervisors-science
canBeAntag: true # Corvax-MRP: Available not only for newbies
canBeAntag: false
access:
- Research
- Maintenance
Expand Down
8 changes: 4 additions & 4 deletions Resources/Prototypes/Roles/Jobs/Security/security_cadet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
requirements:
- !type:OverallPlaytimeRequirement
time: 36000 #10 hrs # Corvax-RoleTime
# - !type:DepartmentTimeRequirement
# department: Security
# time: 72000 #20 hrs # Corvax-RoleTime
# inverted: true # stop playing intern if you're good at security!
- !type:DepartmentTimeRequirement
department: Security
time: 72000 #20 hrs # Corvax-RoleTime
inverted: true # stop playing intern if you're good at security!
startingGear: SecurityCadetGear
icon: "JobIconSecurityCadet"
supervisors: job-supervisors-security
Expand Down

0 comments on commit ac0bae5

Please sign in to comment.