diff --git a/code/modules/mob/living/carbon/human/species/species.dm b/code/modules/mob/living/carbon/human/species/species.dm
index 52b91830bb..3e3fe8413e 100644
--- a/code/modules/mob/living/carbon/human/species/species.dm
+++ b/code/modules/mob/living/carbon/human/species/species.dm
@@ -177,7 +177,7 @@
var/gluttonous // Can eat some mobs. 1 for mice, 2 for monkeys, 3 for people.
var/rarity_value = 1 // Relative rarity/collector value for this species.
- var/economic_modifier = 2 // How much money this species makes
+ var/economic_modifier = 10 // How much money this species makes
// Determines the organs that the species spawns with and
var/list/has_organ = list( // which required-organ checks are conducted.
diff --git a/code/modules/mob/living/carbon/human/species/station/station.dm b/code/modules/mob/living/carbon/human/species/station/station.dm
index f941d65de8..bb4b68e6fb 100644
--- a/code/modules/mob/living/carbon/human/species/station/station.dm
+++ b/code/modules/mob/living/carbon/human/species/station/station.dm
@@ -16,7 +16,6 @@
min_age = 17
max_age = 130
- economic_modifier = 10
health_hud_intensity = 1.5
@@ -56,7 +55,6 @@
min_age = 32
max_age = 260
- economic_modifier = 7
blurb = "A heavily reptillian species, Unathi hail from the \
Uuosa-Eso system, which roughly translates to 'burning mother'.
Coming from a harsh, inhospitable \
@@ -161,7 +159,6 @@
min_age = 17
max_age = 80
- economic_modifier = 7
blurb = "The Tajaran are a mammalian species resembling roughly felines, hailing from Meralar in the Rarkajar system. \
While reaching to the stars independently from outside influences, the humans engaged them in peaceful trade contact \
@@ -247,7 +244,6 @@
min_age = 19
max_age = 130
- economic_modifier = 12
darksight = 4
flash_mod = 1.2
@@ -324,7 +320,6 @@
min_age = 1
max_age = 300
- economic_modifier = 4
blurb = "Commonly referred to (erroneously) as 'plant people', the Dionaea are a strange space-dwelling collective \
species hailing from Epsilon Ursae Minoris. Each 'diona' is a cluster of numerous cat-sized organisms called nymphs; \