From 76602238e8e016b3a32c6ab5ee1cae57f07a908e Mon Sep 17 00:00:00 2001 From: MysticalFaceLesS Date: Sat, 1 Nov 2025 15:58:14 +0200 Subject: [PATCH 1/2] OFF PQ --- .../jobs/job_types/roguetown/Inquisition/absolutionist.dm | 2 +- .../modules/jobs/job_types/roguetown/Inquisition/orthodoxist.dm | 2 +- code/modules/jobs/job_types/roguetown/Inquisition/puritan.dm | 2 +- code/modules/jobs/job_types/roguetown/adventurer/bandit.dm | 2 +- .../job_types/roguetown/adventurer/types/special/courtagent.dm | 2 +- code/modules/jobs/job_types/roguetown/adventurer/wretch.dm | 2 +- code/modules/jobs/job_types/roguetown/church/martyr.dm | 2 +- code/modules/jobs/job_types/roguetown/church/monk.dm | 2 +- code/modules/jobs/job_types/roguetown/church/priest.dm | 2 +- code/modules/jobs/job_types/roguetown/church/templar.dm | 2 +- code/modules/jobs/job_types/roguetown/courtier/butler.dm | 2 +- code/modules/jobs/job_types/roguetown/courtier/councillor.dm | 2 +- code/modules/jobs/job_types/roguetown/courtier/magician.dm | 2 +- code/modules/jobs/job_types/roguetown/courtier/physician.dm | 2 +- code/modules/jobs/job_types/roguetown/garrison/manorguard.dm | 2 +- code/modules/jobs/job_types/roguetown/garrison/sergeant.dm | 2 +- code/modules/jobs/job_types/roguetown/garrison/townguard.dm | 2 +- code/modules/jobs/job_types/roguetown/garrison/veteran.dm | 2 +- code/modules/jobs/job_types/roguetown/goblin/chieftain.dm | 2 +- code/modules/jobs/job_types/roguetown/goblin/tribalguard.dm | 2 +- .../jobs/job_types/roguetown/mercenaries/classes/forlorn.dm | 2 +- code/modules/jobs/job_types/roguetown/mercenaries/mercenary.dm | 2 +- code/modules/jobs/job_types/roguetown/nobility/bailiff.dm | 2 +- code/modules/jobs/job_types/roguetown/nobility/captain.dm | 2 +- code/modules/jobs/job_types/roguetown/nobility/consort.dm | 2 +- code/modules/jobs/job_types/roguetown/nobility/hand.dm | 2 +- code/modules/jobs/job_types/roguetown/nobility/knight.dm | 2 +- code/modules/jobs/job_types/roguetown/nobility/lord.dm | 2 +- code/modules/jobs/job_types/roguetown/nobility/steward.dm | 2 +- code/modules/jobs/job_types/roguetown/nobility/suitor.dm | 2 +- code/modules/jobs/job_types/roguetown/yeomen/guildmaster.dm | 2 +- code/modules/jobs/job_types/roguetown/yeomen/merchant.dm | 2 +- code/modules/jobs/job_types/roguetown/yeomen/nightmaster.dm | 2 +- code/modules/jobs/job_types/roguetown/yeomen/villagechief.dm | 2 +- 34 files changed, 34 insertions(+), 34 deletions(-) diff --git a/code/modules/jobs/job_types/roguetown/Inquisition/absolutionist.dm b/code/modules/jobs/job_types/roguetown/Inquisition/absolutionist.dm index 4c0350e38bb..7c29e3896ae 100644 --- a/code/modules/jobs/job_types/roguetown/Inquisition/absolutionist.dm +++ b/code/modules/jobs/job_types/roguetown/Inquisition/absolutionist.dm @@ -11,7 +11,7 @@ selection_color = JCOLOR_INQUISITION outfit = /datum/outfit/job/roguetown/absolver display_order = JDO_ABSOLVER - min_pq = 3 // Low potential for grief. A pacifist by trade. Also needs to know wtf a PSYDON is. + min_pq = 0 // Low potential for grief. A pacifist by trade. Also needs to know wtf a PSYDON is. max_pq = null round_contrib_points = 2 wanderer_examine = FALSE diff --git a/code/modules/jobs/job_types/roguetown/Inquisition/orthodoxist.dm b/code/modules/jobs/job_types/roguetown/Inquisition/orthodoxist.dm index b2138572add..97c2240e518 100644 --- a/code/modules/jobs/job_types/roguetown/Inquisition/orthodoxist.dm +++ b/code/modules/jobs/job_types/roguetown/Inquisition/orthodoxist.dm @@ -12,7 +12,7 @@ outfit = null outfit_female = null display_order = JDO_ORTHODOXIST - min_pq = 5 // We need you to be atleast kinda competent to do this. This is a soft antaggy sorta role. Also needs to know wtf a PSYDON is + min_pq = 0 // We need you to be atleast kinda competent to do this. This is a soft antaggy sorta role. Also needs to know wtf a PSYDON is max_pq = null round_contrib_points = 2 advclass_cat_rolls = list(CTAG_INQUISITION = 20) diff --git a/code/modules/jobs/job_types/roguetown/Inquisition/puritan.dm b/code/modules/jobs/job_types/roguetown/Inquisition/puritan.dm index 09f5fb7c1cc..c634bdc4d86 100644 --- a/code/modules/jobs/job_types/roguetown/Inquisition/puritan.dm +++ b/code/modules/jobs/job_types/roguetown/Inquisition/puritan.dm @@ -17,7 +17,7 @@ display_order = JDO_PURITAN advclass_cat_rolls = list(CTAG_PURITAN = 20) give_bank_account = 30 - min_pq = 10 + min_pq = 0 max_pq = null round_contrib_points = 2 diff --git a/code/modules/jobs/job_types/roguetown/adventurer/bandit.dm b/code/modules/jobs/job_types/roguetown/adventurer/bandit.dm index cf76b9bfda4..eda4b2f783d 100644 --- a/code/modules/jobs/job_types/roguetown/adventurer/bandit.dm +++ b/code/modules/jobs/job_types/roguetown/adventurer/bandit.dm @@ -16,7 +16,7 @@ display_order = JDO_BANDIT announce_latejoin = FALSE - min_pq = 3 + min_pq = 0 max_pq = null round_contrib_points = 5 diff --git a/code/modules/jobs/job_types/roguetown/adventurer/types/special/courtagent.dm b/code/modules/jobs/job_types/roguetown/adventurer/types/special/courtagent.dm index 829cb45a3c1..9676aad0775 100644 --- a/code/modules/jobs/job_types/roguetown/adventurer/types/special/courtagent.dm +++ b/code/modules/jobs/job_types/roguetown/adventurer/types/special/courtagent.dm @@ -6,7 +6,7 @@ spawn_positions = 2 round_contrib_points = 2 tutorial = "Whether acquired by merit, shrewd negotiation or fulfilled bounties, you have found yourself under the underhanded employ of the Hand. Fulfill desires and whims of the court that they would rather not be publicly known. Your position is anything but secure, and any mistake can leave you disowned and charged like the petty criminal are. Garrison and Court members know who you are." - min_pq = 5 + min_pq = 0 job_reopens_slots_on_death = FALSE always_show_on_latechoices = FALSE show_in_credits = TRUE diff --git a/code/modules/jobs/job_types/roguetown/adventurer/wretch.dm b/code/modules/jobs/job_types/roguetown/adventurer/wretch.dm index 1a24cf8e757..7b2994335dc 100644 --- a/code/modules/jobs/job_types/roguetown/adventurer/wretch.dm +++ b/code/modules/jobs/job_types/roguetown/adventurer/wretch.dm @@ -12,7 +12,7 @@ outfit_female = null display_order = JDO_WRETCH show_in_credits = FALSE - min_pq = 20 + min_pq = 0 max_pq = null obsfuscated_job = TRUE diff --git a/code/modules/jobs/job_types/roguetown/church/martyr.dm b/code/modules/jobs/job_types/roguetown/church/martyr.dm index 2343f178f3e..11124ebed8f 100644 --- a/code/modules/jobs/job_types/roguetown/church/martyr.dm +++ b/code/modules/jobs/job_types/roguetown/church/martyr.dm @@ -433,7 +433,7 @@ allowed_races = RACES_NO_CONSTRUCT allowed_patrons = list(/datum/patron/divine/undivided) outfit = /datum/outfit/job/roguetown/martyr - min_pq = 10 //Cus it's a Martyr of the Ten. Get it. + min_pq = 0 //Cus it's a Martyr of the Ten. Get it. max_pq = null round_contrib_points = 4 total_positions = 1 diff --git a/code/modules/jobs/job_types/roguetown/church/monk.dm b/code/modules/jobs/job_types/roguetown/church/monk.dm index 5267e2c45b9..32e10d7f4a1 100644 --- a/code/modules/jobs/job_types/roguetown/church/monk.dm +++ b/code/modules/jobs/job_types/roguetown/church/monk.dm @@ -14,7 +14,7 @@ display_order = JDO_MONK give_bank_account = TRUE - min_pq = 1 //A step above Churchling, should funnel new players to the churchling role to learn miracles at a more sedate pace + min_pq = 0 //A step above Churchling, should funnel new players to the churchling role to learn miracles at a more sedate pace max_pq = null round_contrib_points = 2 diff --git a/code/modules/jobs/job_types/roguetown/church/priest.dm b/code/modules/jobs/job_types/roguetown/church/priest.dm index d0e9f0d19df..70dc6f28e5b 100644 --- a/code/modules/jobs/job_types/roguetown/church/priest.dm +++ b/code/modules/jobs/job_types/roguetown/church/priest.dm @@ -29,7 +29,7 @@ GLOBAL_LIST_EMPTY(heretical_players) outfit = /datum/outfit/job/roguetown/priest display_order = JDO_PRIEST give_bank_account = 115 - min_pq = 5 // You should know the basics of things if you're going to lead the town's entire religious sector + min_pq = 0 // You should know the basics of things if you're going to lead the town's entire religious sector max_pq = null round_contrib_points = 3 diff --git a/code/modules/jobs/job_types/roguetown/church/templar.dm b/code/modules/jobs/job_types/roguetown/church/templar.dm index 2b823a3e483..6aa8b01b0fa 100644 --- a/code/modules/jobs/job_types/roguetown/church/templar.dm +++ b/code/modules/jobs/job_types/roguetown/church/templar.dm @@ -9,7 +9,7 @@ allowed_races = RACES_ALL_KINDS allowed_patrons = ALL_DIVINE_PATRONS outfit = /datum/outfit/job/roguetown/templar - min_pq = 3 //Deus vult, but only according to the proper escalation rules + min_pq = 0 //Deus vult, but only according to the proper escalation rules max_pq = null round_contrib_points = 2 total_positions = 4 diff --git a/code/modules/jobs/job_types/roguetown/courtier/butler.dm b/code/modules/jobs/job_types/roguetown/courtier/butler.dm index 0ca6a4a4364..6cb5bfc6a44 100644 --- a/code/modules/jobs/job_types/roguetown/courtier/butler.dm +++ b/code/modules/jobs/job_types/roguetown/courtier/butler.dm @@ -13,7 +13,7 @@ advclass_cat_rolls = list(CTAG_SENESCHAL = 20) display_order = JDO_BUTLER give_bank_account = 30 - min_pq = 3 + min_pq = 0 max_pq = null round_contrib_points = 3 diff --git a/code/modules/jobs/job_types/roguetown/courtier/councillor.dm b/code/modules/jobs/job_types/roguetown/courtier/councillor.dm index 6e0bfbaff2a..5abd1278252 100644 --- a/code/modules/jobs/job_types/roguetown/courtier/councillor.dm +++ b/code/modules/jobs/job_types/roguetown/courtier/councillor.dm @@ -15,7 +15,7 @@ give_bank_account = 40 noble_income = 20 - min_pq = 1 //Probably a bad idea to have a complete newbie advising the monarch + min_pq = 0 //Probably a bad idea to have a complete newbie advising the monarch max_pq = null round_contrib_points = 2 cmode_music = 'sound/music/combat_noble.ogg' diff --git a/code/modules/jobs/job_types/roguetown/courtier/magician.dm b/code/modules/jobs/job_types/roguetown/courtier/magician.dm index 8ee6cfad243..fe775514397 100644 --- a/code/modules/jobs/job_types/roguetown/courtier/magician.dm +++ b/code/modules/jobs/job_types/roguetown/courtier/magician.dm @@ -17,7 +17,7 @@ outfit = /datum/outfit/job/roguetown/magician whitelist_req = TRUE give_bank_account = 47 - min_pq = 4 //High potential for abuse, lovepotion/killersice/greater fireball is not for the faint of heart + min_pq = 0 //High potential for abuse, lovepotion/killersice/greater fireball is not for the faint of heart max_pq = null round_contrib_points = 2 cmode_music = 'sound/music/cmode/nobility/combat_courtmage.ogg' diff --git a/code/modules/jobs/job_types/roguetown/courtier/physician.dm b/code/modules/jobs/job_types/roguetown/courtier/physician.dm index 64ee78e3273..43886b79622 100644 --- a/code/modules/jobs/job_types/roguetown/courtier/physician.dm +++ b/code/modules/jobs/job_types/roguetown/courtier/physician.dm @@ -18,7 +18,7 @@ whitelist_req = TRUE give_bank_account = 30 - min_pq = 3 //Please don't kill the duke by operating on strong intent. Play apothecary until you're deserving of the great white beak of doom + min_pq = 0 //Please don't kill the duke by operating on strong intent. Play apothecary until you're deserving of the great white beak of doom max_pq = null round_contrib_points = 3 diff --git a/code/modules/jobs/job_types/roguetown/garrison/manorguard.dm b/code/modules/jobs/job_types/roguetown/garrison/manorguard.dm index d030139d660..af523baf028 100644 --- a/code/modules/jobs/job_types/roguetown/garrison/manorguard.dm +++ b/code/modules/jobs/job_types/roguetown/garrison/manorguard.dm @@ -19,7 +19,7 @@ advclass_cat_rolls = list(CTAG_MENATARMS = 20) give_bank_account = 22 - min_pq = 3 + min_pq = 0 max_pq = null round_contrib_points = 2 diff --git a/code/modules/jobs/job_types/roguetown/garrison/sergeant.dm b/code/modules/jobs/job_types/roguetown/garrison/sergeant.dm index be4bca2d5f4..0714d6edb95 100644 --- a/code/modules/jobs/job_types/roguetown/garrison/sergeant.dm +++ b/code/modules/jobs/job_types/roguetown/garrison/sergeant.dm @@ -19,7 +19,7 @@ advclass_cat_rolls = list(CTAG_SERGEANT = 20) give_bank_account = 50 - min_pq = 6 + min_pq = 0 max_pq = null cmode_music = 'sound/music/combat_ManAtArms.ogg' diff --git a/code/modules/jobs/job_types/roguetown/garrison/townguard.dm b/code/modules/jobs/job_types/roguetown/garrison/townguard.dm index a0acab904f4..650084a6a99 100644 --- a/code/modules/jobs/job_types/roguetown/garrison/townguard.dm +++ b/code/modules/jobs/job_types/roguetown/garrison/townguard.dm @@ -17,7 +17,7 @@ advclass_cat_rolls = list(CTAG_WATCH = 20) give_bank_account = 16 - min_pq = 1 //Introductory guard role, but still requires knowledge of escalation. + min_pq = 0 //Introductory guard role, but still requires knowledge of escalation. max_pq = null round_contrib_points = 2 diff --git a/code/modules/jobs/job_types/roguetown/garrison/veteran.dm b/code/modules/jobs/job_types/roguetown/garrison/veteran.dm index 4da3b5c65ba..d57e7c7eadf 100644 --- a/code/modules/jobs/job_types/roguetown/garrison/veteran.dm +++ b/code/modules/jobs/job_types/roguetown/garrison/veteran.dm @@ -14,7 +14,7 @@ display_order = JDO_VET whitelist_req = TRUE give_bank_account = 35 - min_pq = 5 //Should...probably actually be a veteran of at least a few weeks before trying to teach others + min_pq = 0 //Should...probably actually be a veteran of at least a few weeks before trying to teach others max_pq = null round_contrib_points = 2 diff --git a/code/modules/jobs/job_types/roguetown/goblin/chieftain.dm b/code/modules/jobs/job_types/roguetown/goblin/chieftain.dm index 35d1dbbeb44..fddd9274ad5 100644 --- a/code/modules/jobs/job_types/roguetown/goblin/chieftain.dm +++ b/code/modules/jobs/job_types/roguetown/goblin/chieftain.dm @@ -14,7 +14,7 @@ outfit = /datum/outfit/job/roguetown/goblinking display_order = JDO_GOBLINKING - min_pq = 2 + min_pq = 0 max_pq = null /datum/outfit/job/roguetown/goblinking/pre_equip(mob/living/carbon/human/H) diff --git a/code/modules/jobs/job_types/roguetown/goblin/tribalguard.dm b/code/modules/jobs/job_types/roguetown/goblin/tribalguard.dm index 29507e17a58..bff41bd06f7 100644 --- a/code/modules/jobs/job_types/roguetown/goblin/tribalguard.dm +++ b/code/modules/jobs/job_types/roguetown/goblin/tribalguard.dm @@ -11,7 +11,7 @@ tutorial = "Goblin Guards rensposible for their kingdom and his majesty King." display_order = JDO_GOBLINGUARD outfit = /datum/outfit/job/roguetown/goblinguard - min_pq = 1 + min_pq = 0 max_pq = null /datum/outfit/job/roguetown/goblinguard/pre_equip(mob/living/carbon/human/H) diff --git a/code/modules/jobs/job_types/roguetown/mercenaries/classes/forlorn.dm b/code/modules/jobs/job_types/roguetown/mercenaries/classes/forlorn.dm index 199e5e91d7a..d8586de732d 100644 --- a/code/modules/jobs/job_types/roguetown/mercenaries/classes/forlorn.dm +++ b/code/modules/jobs/job_types/roguetown/mercenaries/classes/forlorn.dm @@ -4,7 +4,7 @@ allowed_sexes = list(MALE, FEMALE) allowed_races = RACES_ALL_KINDS outfit = /datum/outfit/job/roguetown/mercenary/forlorn - min_pq = 2 + min_pq = 0 cmode_music = 'sound/music/combat_blackstar.ogg' traits_applied = list(TRAIT_OUTLANDER) category_tags = list(CTAG_MERCENARY) diff --git a/code/modules/jobs/job_types/roguetown/mercenaries/mercenary.dm b/code/modules/jobs/job_types/roguetown/mercenaries/mercenary.dm index fc64f9218be..63760507f3d 100644 --- a/code/modules/jobs/job_types/roguetown/mercenaries/mercenary.dm +++ b/code/modules/jobs/job_types/roguetown/mercenaries/mercenary.dm @@ -10,7 +10,7 @@ tutorial = "Blood stains your hands and the coins you hold. You are a sell-sword, a mercenary, a contractor of war. Where you come from, what you are, who you serve.. none of it matters. What matters is that the mammon flows to your pocket." display_order = JDO_MERCENARY selection_color = JCOLOR_MERCENARY - min_pq = 2 //Will be handled by classes if PQ limiting is needed. --But Until then, learn escalation, mercs. + min_pq = 0 //Will be handled by classes if PQ limiting is needed. --But Until then, learn escalation, mercs. max_pq = null round_contrib_points = 1 outfit = null //Handled by classes diff --git a/code/modules/jobs/job_types/roguetown/nobility/bailiff.dm b/code/modules/jobs/job_types/roguetown/nobility/bailiff.dm index 5c52fbd6e94..d208acb4430 100644 --- a/code/modules/jobs/job_types/roguetown/nobility/bailiff.dm +++ b/code/modules/jobs/job_types/roguetown/nobility/bailiff.dm @@ -18,7 +18,7 @@ give_bank_account = 40 noble_income = 20 - min_pq = 8 + min_pq = 0 max_pq = null round_contrib_points = 3 cmode_music = 'sound/music/combat_knight.ogg' diff --git a/code/modules/jobs/job_types/roguetown/nobility/captain.dm b/code/modules/jobs/job_types/roguetown/nobility/captain.dm index 54dcd3c5315..5354160be58 100644 --- a/code/modules/jobs/job_types/roguetown/nobility/captain.dm +++ b/code/modules/jobs/job_types/roguetown/nobility/captain.dm @@ -20,7 +20,7 @@ give_bank_account = 26 noble_income = 16 - min_pq = 9 + min_pq = 0 max_pq = null round_contrib_points = 3 cmode_music = 'sound/music/combat_knight.ogg' diff --git a/code/modules/jobs/job_types/roguetown/nobility/consort.dm b/code/modules/jobs/job_types/roguetown/nobility/consort.dm index 2bbe5bf8e8a..976e1ae2e4a 100644 --- a/code/modules/jobs/job_types/roguetown/nobility/consort.dm +++ b/code/modules/jobs/job_types/roguetown/nobility/consort.dm @@ -17,7 +17,7 @@ display_order = JDO_LADY give_bank_account = 50 noble_income = 22 - min_pq = 5 + min_pq = 0 max_pq = null round_contrib_points = 3 diff --git a/code/modules/jobs/job_types/roguetown/nobility/hand.dm b/code/modules/jobs/job_types/roguetown/nobility/hand.dm index be69a555c38..d3a85993e7d 100644 --- a/code/modules/jobs/job_types/roguetown/nobility/hand.dm +++ b/code/modules/jobs/job_types/roguetown/nobility/hand.dm @@ -15,7 +15,7 @@ whitelist_req = TRUE give_bank_account = 44 noble_income = 22 - min_pq = 9 //The second most powerful person in the realm... + min_pq = 0 //The second most powerful person in the realm... max_pq = null round_contrib_points = 3 cmode_music = 'sound/music/cmode/nobility/combat_spymaster.ogg' diff --git a/code/modules/jobs/job_types/roguetown/nobility/knight.dm b/code/modules/jobs/job_types/roguetown/nobility/knight.dm index 94d28d6fc4e..8a223ae0053 100644 --- a/code/modules/jobs/job_types/roguetown/nobility/knight.dm +++ b/code/modules/jobs/job_types/roguetown/nobility/knight.dm @@ -17,7 +17,7 @@ give_bank_account = 22 noble_income = 10 - min_pq = 8 + min_pq = 0 max_pq = null round_contrib_points = 2 diff --git a/code/modules/jobs/job_types/roguetown/nobility/lord.dm b/code/modules/jobs/job_types/roguetown/nobility/lord.dm index f6dd4e5dd42..44028e7afba 100644 --- a/code/modules/jobs/job_types/roguetown/nobility/lord.dm +++ b/code/modules/jobs/job_types/roguetown/nobility/lord.dm @@ -27,7 +27,7 @@ GLOBAL_LIST_EMPTY(lord_titles) display_order = JDO_LORD tutorial = "Elevated upon your throne through a web of intrigue and political upheaval, you are the absolute authority of these lands and at the center of every plot within it. Every man, woman and child is envious of your position and would replace you in less than a heartbeat: Show them the error of their ways." whitelist_req = FALSE - min_pq = 10 + min_pq = 0 max_pq = null round_contrib_points = 4 give_bank_account = 1000 diff --git a/code/modules/jobs/job_types/roguetown/nobility/steward.dm b/code/modules/jobs/job_types/roguetown/nobility/steward.dm index 57438f35881..4d536d4dd61 100644 --- a/code/modules/jobs/job_types/roguetown/nobility/steward.dm +++ b/code/modules/jobs/job_types/roguetown/nobility/steward.dm @@ -13,7 +13,7 @@ outfit = /datum/outfit/job/roguetown/steward give_bank_account = 22 noble_income = 16 - min_pq = 3 //Please don't give the vault keys to somebody that's going to lock themselves in on accident + min_pq = 0 //Please don't give the vault keys to somebody that's going to lock themselves in on accident max_pq = null round_contrib_points = 3 cmode_music = 'sound/music/combat_noble.ogg' diff --git a/code/modules/jobs/job_types/roguetown/nobility/suitor.dm b/code/modules/jobs/job_types/roguetown/nobility/suitor.dm index c045ad9da9c..ec62f95d2ae 100644 --- a/code/modules/jobs/job_types/roguetown/nobility/suitor.dm +++ b/code/modules/jobs/job_types/roguetown/nobility/suitor.dm @@ -16,7 +16,7 @@ display_order = JDO_SUITOR give_bank_account = 40 noble_income = 20 - min_pq = 3 + min_pq = 0 max_pq = null round_contrib_points = 3 cmode_music = 'sound/music/combat_noble.ogg' diff --git a/code/modules/jobs/job_types/roguetown/yeomen/guildmaster.dm b/code/modules/jobs/job_types/roguetown/yeomen/guildmaster.dm index cc9853dd9d0..2b515fbba86 100644 --- a/code/modules/jobs/job_types/roguetown/yeomen/guildmaster.dm +++ b/code/modules/jobs/job_types/roguetown/yeomen/guildmaster.dm @@ -19,7 +19,7 @@ selection_color = JCOLOR_YEOMAN display_order = JDO_GUILDMASTER give_bank_account = 25 - min_pq = 5 // Higher PQ requirement as it is a leadership role. Not for total newbie. + min_pq = 0 // Higher PQ requirement as it is a leadership role. Not for total newbie. max_pq = null round_contrib_points = 3 cmode_music = 'sound/music/cmode/towner/combat_retired.ogg' diff --git a/code/modules/jobs/job_types/roguetown/yeomen/merchant.dm b/code/modules/jobs/job_types/roguetown/yeomen/merchant.dm index b8ad8fddd48..f875139522e 100644 --- a/code/modules/jobs/job_types/roguetown/yeomen/merchant.dm +++ b/code/modules/jobs/job_types/roguetown/yeomen/merchant.dm @@ -14,7 +14,7 @@ outfit = /datum/outfit/job/roguetown/merchant give_bank_account = 22 noble_income = 100 // Guild Support - The sole Money Role outside of the keep, should help them keep pace a bit + pick up if they get completely knocked out of coin. - min_pq = 1 //"Yeah...my guy says the best I can do is one PQ, final offer" + min_pq = 0 //"Yeah...my guy says the best I can do is one PQ, final offer" max_pq = null required = TRUE round_contrib_points = 3 diff --git a/code/modules/jobs/job_types/roguetown/yeomen/nightmaster.dm b/code/modules/jobs/job_types/roguetown/yeomen/nightmaster.dm index 2bca3cbecf9..cfe5470a32b 100644 --- a/code/modules/jobs/job_types/roguetown/yeomen/nightmaster.dm +++ b/code/modules/jobs/job_types/roguetown/yeomen/nightmaster.dm @@ -12,7 +12,7 @@ outfit = /datum/outfit/job/roguetown/niteman display_order = JDO_NITEMASTER give_bank_account = 20 - min_pq = 1 + min_pq = 0 max_pq = null bypass_lastclass = TRUE round_contrib_points = 3 diff --git a/code/modules/jobs/job_types/roguetown/yeomen/villagechief.dm b/code/modules/jobs/job_types/roguetown/yeomen/villagechief.dm index 5ebe527943a..470c394d63e 100644 --- a/code/modules/jobs/job_types/roguetown/yeomen/villagechief.dm +++ b/code/modules/jobs/job_types/roguetown/yeomen/villagechief.dm @@ -13,7 +13,7 @@ whitelist_req = TRUE outfit = /datum/outfit/job/roguetown/elder display_order = JDO_CHIEF - min_pq = 2 //mentor role, not a high PQ requirement but not zero + min_pq = 0 //mentor role, not a high PQ requirement but not zero max_pq = null give_bank_account = 16 round_contrib_points = 3 From ffd04736ca75381b25871901c4af61dbaf09b65b Mon Sep 17 00:00:00 2001 From: MysticalFaceLesS Date: Sat, 1 Nov 2025 16:21:11 +0200 Subject: [PATCH 2/2] Disable flavor text --- code/__DEFINES/preferences.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/__DEFINES/preferences.dm b/code/__DEFINES/preferences.dm index e236628f2cd..337c06712fb 100644 --- a/code/__DEFINES/preferences.dm +++ b/code/__DEFINES/preferences.dm @@ -1,5 +1,5 @@ -#define MINIMUM_FLAVOR_TEXT 200 -#define MINIMUM_OOC_NOTES 5 //Just put something in there +#define MINIMUM_FLAVOR_TEXT 0 +#define MINIMUM_OOC_NOTES 0 //Just put something in there //Preference toggles