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

Удаление лимита времени для доступа к стартовым ролям. #2605

Merged
merged 1 commit into from
Sep 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
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: false
canBeAntag: true # Corvax-MRP: Available not only for newbies
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: false
canBeAntag: true # Corvax-MRP: Available not only for newbies
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: false
canBeAntag: true # Corvax-MRP: Available not only for newbies
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
Loading