Merge pull request #6025 from Poojawa/increase-age-gap
Increase age gap
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
/datum/job/hop
|
||||
/datum/job/captain
|
||||
minimal_player_age = 60
|
||||
exp_type = EXP_TYPE_COMMAND
|
||||
|
||||
/datum/job/hop
|
||||
minimal_player_age = 60
|
||||
head_announce = list("Service")
|
||||
exp_type_department = EXP_TYPE_SERVICE
|
||||
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
/datum/job/chief_engineer
|
||||
minimal_player_age = 30
|
||||
|
||||
/datum/job/engineer
|
||||
access = list(ACCESS_ENGINE, ACCESS_ENGINE_EQUIP, ACCESS_TECH_STORAGE, ACCESS_MAINT_TUNNELS,
|
||||
ACCESS_EXTERNAL_AIRLOCKS, ACCESS_CONSTRUCTION, ACCESS_ATMOSPHERICS, ACCESS_TCOMSAT, ACCESS_MINERAL_STOREROOM)
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
/datum/job/cmo
|
||||
minimal_player_age = 30
|
||||
|
||||
/datum/outfit/job/doctor
|
||||
..()
|
||||
backpack_contents = list(/obj/item/storage/hypospraykit/regular)
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
/datum/job/rd
|
||||
minimal_player_age = 30
|
||||
@@ -1,2 +1,5 @@
|
||||
/datum/job/hos
|
||||
minimal_player_age = 30
|
||||
|
||||
/datum/outfit/job/warden
|
||||
suit_store = /obj/item/gun/energy/pumpaction/defender
|
||||
@@ -2751,6 +2751,7 @@
|
||||
#include "modular_citadel\code\modules\jobs\job_types\cargo_service.dm"
|
||||
#include "modular_citadel\code\modules\jobs\job_types\engineering.dm"
|
||||
#include "modular_citadel\code\modules\jobs\job_types\medical.dm"
|
||||
#include "modular_citadel\code\modules\jobs\job_types\science.dm"
|
||||
#include "modular_citadel\code\modules\jobs\job_types\security.dm"
|
||||
#include "modular_citadel\code\modules\keybindings\bindings_carbon.dm"
|
||||
#include "modular_citadel\code\modules\keybindings\bindings_human.dm"
|
||||
|
||||
Reference in New Issue
Block a user