Reduces bridge crew income, increases ops manager income. (#14241)

This commit is contained in:
anconfuzedrock
2022-06-11 14:14:12 -04:00
committed by GitHub
parent 5fbf5cd7fa
commit 0ebcead842
3 changed files with 8 additions and 2 deletions

View File

@@ -155,7 +155,7 @@ var/datum/announcement/minor/captain_announcement = new(do_newscast = 1)
supervisors = "the executive officer and the captain"
selection_color = "#2b5bb5"
minimal_player_age = 20
economic_modifier = 10
economic_modifier = 5
ideal_character_age = list(
SPECIES_HUMAN = 30,
SPECIES_SKRELL = 75,

View File

@@ -360,7 +360,7 @@
spawn_positions = 1
supervisors = "the captain"
selection_color = "#967032"
economic_modifier = 5
economic_modifier = 10
minimum_character_age = list(
SPECIES_HUMAN = 30,

View File

@@ -0,0 +1,6 @@
author: anconfuzedrock
delete-after: True
changes:
- tweak: "Operations managers now make more money (same as other heads) and bridge crew make less (same as miners and engineers)."