Skip to content

Commit

Permalink
Update jobs.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
800maximum123 committed Jun 22, 2024
1 parent 0e1bfa0 commit d271cfc
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion maps/random_ruins/exoplanet_ruins/research_lab_scg/code/jobs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -223,10 +223,20 @@
access_radio_sec, access_bridge
)

/datum/job/submap/aaaa_head/agent/leader/aegis
/*/datum/job/submap/aaaa_head/agent/leader/aegis
title = "Bureau 12 Supervisor Agent"
info = "You are the part of the Agency"
access = list(access_aegis, access_aegis_captain)
outfit_type = /decl/hierarchy/outfit/job/aaaa/agent/leader/aegis
total_positions = 1
skill_points = 35
*/

/datum/job/submap/research_lab_scg/service
title = "Service staff"

/datum/job/submap/research_lab_scg/service/colonist
title = "Colonist"

/datum/job/submap/research_lab_scg/service/maintence
title = "Maintence Staff"

0 comments on commit d271cfc

Please sign in to comment.