Skip to content

Commit

Permalink
Merge pull request #55 from Corvax-Frontier/event
Browse files Browse the repository at this point in the history
Add some hours to roles for event
  • Loading branch information
Sh1ntra authored Oct 5, 2024
2 parents 7865e07 + ff32d9c commit e733e66
Show file tree
Hide file tree
Showing 12 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ protected override void FrameUpdate(FrameEventArgs args)
if (_respawnTime is null || _gameTiming.CurTime > _respawnTime)
{
GhostRespawnButton.Text = Loc.GetString("ghost-gui-respawn-button-allowed");
GhostRespawnButton.Disabled = false;
GhostRespawnButton.Disabled = true; //true сменить на false. true для ивента
}
else
{
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/_NF/Roles/Jobs/Nfsd/bailiff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
playTimeTracker: JobWarden
requirements:
- !type:OverallPlaytimeRequirement
time: 108000 # 30 hours
time: 108000000 # 30 hours
- !type:DepartmentTimeRequirement
department: Security
time: 64800 # 18 hours
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/_NF/Roles/Jobs/Nfsd/brigmedic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
playTimeTracker: JobBrigmedic
requirements:
- !type:OverallPlaytimeRequirement
time: 43200 # 12 hours
time: 43200000 # 12 hours
- !type:DepartmentTimeRequirement
department: Security
time: 21600 # 6 hours
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/_NF/Roles/Jobs/Nfsd/cadet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
playTimeTracker: JobSecurityCadet
requirements:
- !type:OverallPlaytimeRequirement
time: 21600 # 6 hours
time: 21600000 # 6 hours
- !type:DepartmentTimeRequirement
department: Security
time: 64800 # 18 hours
Expand Down Expand Up @@ -35,4 +35,4 @@
- Flash
- MagazinePistol
- MagazinePistolRubber
- FrontierUplinkCoin10
- FrontierUplinkCoin10
4 changes: 2 additions & 2 deletions Resources/Prototypes/_NF/Roles/Jobs/Nfsd/deputy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
playTimeTracker: JobSecurityOfficer
requirements:
- !type:OverallPlaytimeRequirement
time: 43200 # 12 hours
time: 43200000 # 12 hours
- !type:DepartmentTimeRequirement
department: Security
time: 21600 # 6 hours
Expand Down Expand Up @@ -37,4 +37,4 @@
- Flash
- MagazinePistol
- MagazinePistolRubber
- FrontierUplinkCoin10
- FrontierUplinkCoin10
2 changes: 1 addition & 1 deletion Resources/Prototypes/_NF/Roles/Jobs/Nfsd/detectivenf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
playTimeTracker: JobDetective
requirements:
- !type:OverallPlaytimeRequirement
time: 43200 # 12 hours
time: 43200000 # 12 hours
- !type:DepartmentTimeRequirement
department: Security
time: 21600 # 6 hours
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
playTimeTracker: JobPublicAffairsLiaison
requirements:
- !type:OverallPlaytimeRequirement
time: 43200 # 12 hours
time: 43200000 # 12 hours
- !type:DepartmentTimeRequirement
department: Security
time: 21600 # 6 hours
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
playTimeTracker: JobSeniorOfficer
requirements:
- !type:OverallPlaytimeRequirement
time: 108000 # 30 hours
time: 1080000000 # 30 hours
- !type:DepartmentTimeRequirement
department: Security
time: 43200 # 18 hours
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/_NF/Roles/Jobs/Nfsd/sheriff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
playTimeTracker: JobHeadOfSecurity
requirements:
- !type:OverallPlaytimeRequirement
time: 129600 # 36 hours
time: 129600000 # 36 hours
- !type:DepartmentTimeRequirement
department: Security
time: 86400 # 24 hours
Expand Down Expand Up @@ -60,4 +60,4 @@
- DoorRemoteNfsd
- BaseSecurityUplinkRadioSheriff
- ClothingNeckNfsdBadgeSheriff
- RubberStampSheriff
- RubberStampSheriff
2 changes: 1 addition & 1 deletion Resources/Prototypes/_NF/Roles/Jobs/Pirates/pirate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
playTimeTracker: JobPirate
requirements:
- !type:OverallPlaytimeRequirement
time: 86400 # 24 hours
time: 86400000 # 24 hours
- !type:DepartmentTimeRequirement
department: Security
time: 10800 # 3 hrs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
playTimeTracker: JobPirateCaptain
requirements:
- !type:OverallPlaytimeRequirement
time: 172800 # 48 hours
time: 172800000 # 48 hours
- !type:RoleTimeRequirement
role: JobSeniorOfficer
time: 10800 # 3 hours
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
playTimeTracker: JobPirateFirstMate
requirements:
- !type:OverallPlaytimeRequirement
time: 129600 # 36 hours
time: 129600000 # 36 hours
- !type:DepartmentTimeRequirement
department: Security
time: 10800 # 3 hours
Expand Down

0 comments on commit e733e66

Please sign in to comment.