From 7e97caa2a54b884ec9ecc9b5895c8200e4dbb5e0 Mon Sep 17 00:00:00 2001 From: Doubleumc Date: Tue, 8 Oct 2024 03:11:35 -0400 Subject: [PATCH] initial --- code/modules/gear_presets/upp.dm | 2 +- code/modules/gear_presets/uscm.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/gear_presets/upp.dm b/code/modules/gear_presets/upp.dm index 0090b52764d..2e8571c0574 100644 --- a/code/modules/gear_presets/upp.dm +++ b/code/modules/gear_presets/upp.dm @@ -68,7 +68,7 @@ assignment = JOB_UPP rank = JOB_UPP role_comm_title = "Sol" - paygrades = list(PAY_SHORT_UE1 = JOB_PLAYTIME_TIER_0, PAY_SHORT_UE2 = JOB_PLAYTIME_TIER_1) + paygrades = list(PAY_SHORT_UE2 = JOB_PLAYTIME_TIER_0) /datum/equipment_preset/upp/soldier/load_gear(mob/living/carbon/human/new_human) //face diff --git a/code/modules/gear_presets/uscm.dm b/code/modules/gear_presets/uscm.dm index 3a4a2bf1d32..3dd894ee214 100644 --- a/code/modules/gear_presets/uscm.dm +++ b/code/modules/gear_presets/uscm.dm @@ -102,7 +102,7 @@ access = list(ACCESS_MARINE_PREP) assignment = JOB_SQUAD_MARINE rank = JOB_SQUAD_MARINE - paygrades = list(PAY_SHORT_ME1 = JOB_PLAYTIME_TIER_0, PAY_SHORT_ME2 = JOB_PLAYTIME_TIER_1, PAY_SHORT_ME3 = JOB_PLAYTIME_TIER_3) + paygrades = list(PAY_SHORT_ME2 = JOB_PLAYTIME_TIER_0) role_comm_title = "RFN" skills = /datum/skills/pfc