Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Teteshnik1 committed Oct 18, 2024
1 parent f45499e commit c06f86e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/game/jobs/job/job.dm
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@

var/outfit_type // The outfit the employee will be dressed in, if any

var/late_joinable = TRUE

var/loadout_allowed = TRUE // Whether or not loadout equipment is allowed and to be created when joining.
var/list/allowed_branches // For maps using branches and ranks, also expandable for other purposes
Expand Down
1 change: 1 addition & 0 deletions mods/utility_items/_utility_items.dme
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@
#include "code/hair_olivka.dm"
#include "code/ert_maint_helmet.dm"
#include "code/tag_recipe.dm"
#include "code/jobs.dm"

#endif
2 changes: 2 additions & 0 deletions mods/utility_items/code/jobs.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/datum/job
var/late_joinable = TRUE

0 comments on commit c06f86e

Please sign in to comment.