From faacaf60a07325633750d1ca1aa7bf6060fa6b06 Mon Sep 17 00:00:00 2001 From: Razgriz1032 Date: Sun, 9 Jun 2019 17:55:21 -0700 Subject: [PATCH 1/2] Update security.dm --- code/modules/clothing/under/jobs/security.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/clothing/under/jobs/security.dm b/code/modules/clothing/under/jobs/security.dm index 9680de4884..3f19e4a4d0 100644 --- a/code/modules/clothing/under/jobs/security.dm +++ b/code/modules/clothing/under/jobs/security.dm @@ -61,7 +61,8 @@ item_state_slots = list(slot_r_hand_str = "green", slot_l_hand_str = "green") armor = list(melee = 10, bullet = 5, laser = 5,energy = 0, bomb = 0, bio = 0, rad = 0) siemens_coefficient = 0.9 - rolled_sleeves = -1 + rolled_sleeves = 0 + rolled_down = 0 /* * Detective From 372c3806171c508f0557e24ff5b2c1caec81f618 Mon Sep 17 00:00:00 2001 From: Razgriz1032 Date: Thu, 13 Jun 2019 00:39:45 -0700 Subject: [PATCH 2/2] Pay equality Apparently humans got an economic modifier of 10. Unathi and a few other races had a modifier of 7. Sergals and a whole slew of other sepecies had a modifier of 2, which is really low and can affect the amount of money you get. We don't believe in discrimination here. All pay equalized to economic modifier 10. Note that this relates to the amount of money you spawn in with. I felt like doing this just cuz, but it will also play well into the future casino event! --- code/modules/mob/living/carbon/human/species/species.dm | 2 +- .../mob/living/carbon/human/species/station/station.dm | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) 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; \