From 4e71debef722e0b76086d8cd13fa2e35899f99f1 Mon Sep 17 00:00:00 2001 From: TheLittleDragon <90739450+TheLittleDragon@users.noreply.github.com> Date: Wed, 3 Sep 2025 15:25:26 -0400 Subject: [PATCH] Nobleman RCP drop RCP was dropped from 3 to 1 as this role is more or less the entry point for nobility and provides no function to the round beyond the roleplay they create. --- code/modules/jobs/job_types/roguetown/keep/nobility/noble.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/jobs/job_types/roguetown/keep/nobility/noble.dm b/code/modules/jobs/job_types/roguetown/keep/nobility/noble.dm index 30c7e2d78..d789b97e8 100644 --- a/code/modules/jobs/job_types/roguetown/keep/nobility/noble.dm +++ b/code/modules/jobs/job_types/roguetown/keep/nobility/noble.dm @@ -18,7 +18,7 @@ noble_income = 20 min_pq = 1 max_pq = null - round_contrib_points = 3 + round_contrib_points = 1 cmode_music = 'sound/music/combat_noble.ogg' /datum/job/roguetown/nobleman/after_spawn(mob/living/L, mob/M, latejoin)