mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-06 07:22:15 +00:00
Reduces bridge crew income, increases ops manager income. (#14241)
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
6
html/changelogs/anconfuzedrock-bridgeandopsecon.yml
Normal file
6
html/changelogs/anconfuzedrock-bridgeandopsecon.yml
Normal 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)."
|
||||
Reference in New Issue
Block a user