From eee8ecd2e55ae39897fffe1ed560a500e509416e Mon Sep 17 00:00:00 2001 From: Heroman Date: Mon, 13 Jan 2020 08:04:18 +1000 Subject: [PATCH] Increases timegate for cyborgs to 3 --- code/game/jobs/job/silicon_vr.dm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/code/game/jobs/job/silicon_vr.dm b/code/game/jobs/job/silicon_vr.dm index 44cb17ec72..0f944b9cc6 100644 --- a/code/game/jobs/job/silicon_vr.dm +++ b/code/game/jobs/job/silicon_vr.dm @@ -1,3 +1,4 @@ /datum/job/cyborg - total_positions = 4 //Along with one able to spawn later in the round. - spawn_positions = 3 //Let's have 3 able to spawn in roundstart \ No newline at end of file + minimal_player_age = 3 //1 day is a little too little time + total_positions = 4 //Along with one able to spawn later in the round. + spawn_positions = 3 //Let's have 3 able to spawn in roundstart \ No newline at end of file