mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Merge pull request #2990 from Enzo-Leon/jobstuff
Oh god this finally fixes the bug with pilot and SAR
This commit is contained in:
@@ -32,6 +32,7 @@ var/const/PATHFINDER =(1<<11) //VOREStation Add
|
||||
var/const/EXPLORER =(1<<12) //VOREStation Add
|
||||
var/const/SAR =(1<<13) //VOREStation Add
|
||||
var/const/XENOBOTANIST =(1<<14) //VOREStation Add
|
||||
var/const/PILOT =(1<<15) //CHOMPStation EDIT
|
||||
|
||||
var/const/CIVILIAN =(1<<2)
|
||||
|
||||
@@ -48,8 +49,7 @@ var/const/LAWYER =(1<<9)
|
||||
var/const/CHAPLAIN =(1<<10)
|
||||
var/const/ASSISTANT =(1<<11)
|
||||
var/const/BRIDGE =(1<<12)
|
||||
var/const/PILOT =(1<<13) //VOREStation Add
|
||||
var/const/ENTERTAINER =(1<<14) //VOREStation Add
|
||||
var/const/ENTERTAINER =(1<<13) //VOREStation Add
|
||||
|
||||
var/list/assistant_occupations = list(
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user