From 8a3bcea22e90b1084dca2ddc6cead2939b9dcd86 Mon Sep 17 00:00:00 2001 From: Razgriz Date: Wed, 11 Aug 2021 00:39:15 -0700 Subject: [PATCH] Change occupation selection color of pilot to be clearly listed as explorer job --- code/game/jobs/job/exploration_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/jobs/job/exploration_vr.dm b/code/game/jobs/job/exploration_vr.dm index 2a6649543b..eaa79b62a0 100644 --- a/code/game/jobs/job/exploration_vr.dm +++ b/code/game/jobs/job/exploration_vr.dm @@ -65,7 +65,7 @@ total_positions = 5 spawn_positions = 5 supervisors = "the Pathfinder" //CHOMPedit - selection_color = "#515151" + selection_color = "#999440" economic_modifier = 5 minimal_player_age = 3 pto_type = PTO_EXPLORATION