From 73d7837fabb31a7691a1db47ff64903cbec5dd32 Mon Sep 17 00:00:00 2001 From: Whisper <121047731+QuietlyWhisper@users.noreply.github.com> Date: Wed, 31 Jan 2024 19:34:47 -0500 Subject: [PATCH] Add 1hr overall playtime limit to TA (#24779) --- .../Prototypes/Roles/Jobs/Engineering/technical_assistant.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Resources/Prototypes/Roles/Jobs/Engineering/technical_assistant.yml b/Resources/Prototypes/Roles/Jobs/Engineering/technical_assistant.yml index 1372195889..5043a9c657 100644 --- a/Resources/Prototypes/Roles/Jobs/Engineering/technical_assistant.yml +++ b/Resources/Prototypes/Roles/Jobs/Engineering/technical_assistant.yml @@ -4,6 +4,8 @@ description: job-description-technical-assistant playTimeTracker: JobTechnicalAssistant requirements: + - !type:OverallPlaytimeRequirement + time: 3600 #1 hr - !type:DepartmentTimeRequirement department: Engineering time: 54000 #15 hrs -- 2.51.2