mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 19:44:09 +01:00
New barber shop. Can now shave corgis.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
var/list/station_departments = list("Command", "Medical", "Engineering", "Science", "Security", "Cargo", "Civilian")
|
||||
var/list/station_departments = list("Command", "Medical", "Engineering", "Science", "Security", "Cargo", "Civilian", "Trade")
|
||||
|
||||
// The department the job belongs to.
|
||||
/datum/job/var/department = null
|
||||
@@ -67,4 +67,7 @@ var/list/station_departments = list("Command", "Medical", "Engineering", "Scienc
|
||||
|
||||
/datum/job/detective/department = "Security"
|
||||
|
||||
/datum/job/officer/department = "Security"
|
||||
/datum/job/officer/department = "Security"
|
||||
|
||||
/datum/job/trader/department = "Trade"
|
||||
/datum/job/trader/head_position = 1
|
||||
Reference in New Issue
Block a user