Skip to content

Commit

Permalink
Update job.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Superlagg committed Sep 24, 2024
1 parent d3f684a commit cc43f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/controllers/subsystem/job.dm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ SUBSYSTEM_DEF(job)
var/list/prioritized_jobs = list()
var/list/latejoin_trackers = list() //Don't read this list, use GetLateJoinTurfs() instead

var/overflow_role = "Customer" //CHANGE
var/overflow_role = "Wastelander" //CHANGE

var/debug_admins_are_exempt_from_timelocks = FALSE

Expand Down

0 comments on commit cc43f33

Please sign in to comment.