Makes Talon Captain restricted behind 60 hours of Talon playtime

This commit is contained in:
Heroman
2022-07-03 07:20:43 +10:00
parent 594a1f8317
commit d0aeab45c3
4 changed files with 28 additions and 10 deletions
+5 -4
View File
@@ -63,10 +63,11 @@ SUBSYSTEM_DEF(persist)
LAZYINITLIST(C.play_hours)
var/dept_hours = C.department_hours
var/play_hours = C.play_hours
if(isnum(dept_hours[department_earning]))
dept_hours[department_earning] += pto_factored
else
dept_hours[department_earning] = pto_factored
if(!(J.playtime_only))
if(isnum(dept_hours[department_earning]))
dept_hours[department_earning] += pto_factored
else
dept_hours[department_earning] = pto_factored
// If they're earning PTO they must be in a useful job so are earning playtime in that department
if(J.timeoff_factor > 0)