code/__DEFINES/jobs.dm

JOB_ANNOUNCE_ARRIVAL | Whether the mob is announced on arrival. |
---|---|
JOB_CREW_MANIFEST | Whether the mob is added to the crew manifest. |
JOB_EQUIP_RANK | Whether the mob is equipped through SSjob.EquipRank() on spawn. |
JOB_CREW_MEMBER | Whether the job is considered a regular crew member of the station. Equipment such as AI and cyborgs not included. |
JOB_NEW_PLAYER_JOINABLE | Whether this job can be joined through the new_player menu. |
Define Details
JOB_ANNOUNCE_ARRIVAL
Whether the mob is announced on arrival.
JOB_CREW_MANIFEST
Whether the mob is added to the crew manifest.
JOB_CREW_MEMBER
Whether the job is considered a regular crew member of the station. Equipment such as AI and cyborgs not included.
JOB_EQUIP_RANK
Whether the mob is equipped through SSjob.EquipRank() on spawn.
JOB_NEW_PLAYER_JOINABLE
Whether this job can be joined through the new_player menu.