From c8fb8f44306152759f2b323764c7ff5949f8a460 Mon Sep 17 00:00:00 2001 From: Raikyr0 Date: Mon, 2 Mar 2026 08:22:05 +1100 Subject: [PATCH 1/3] Disables Mindshields stopping devil deals the company does not own your soul Signed-off-by: Raikyr0 --- .../Devil/Contract/DevilContractSystem.cs | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Content.Server/_Goobstation/Devil/Contract/DevilContractSystem.cs b/Content.Server/_Goobstation/Devil/Contract/DevilContractSystem.cs index 702a93205a0..8aa852891a0 100644 --- a/Content.Server/_Goobstation/Devil/Contract/DevilContractSystem.cs +++ b/Content.Server/_Goobstation/Devil/Contract/DevilContractSystem.cs @@ -243,12 +243,13 @@ public bool IsUserValid(EntityUid user, out string failReason) return false; } - if (HasComp(user) - && !HasComp(user)) - { - failReason = Loc.GetString("devil-contract-mind-shielded-failed"); - return false; - } + // Euphoria - Changed so Mindshield don't stop devil deals as the company doesn't own your soul + //if (HasComp(user) + // && !HasComp(user)) + //{ + // failReason = Loc.GetString("devil-contract-mind-shielded-failed"); + // return false; + //} if (HasComp(user)) { From 97b111eeb9f94b7ab69937e902edea78b0929f31 Mon Sep 17 00:00:00 2001 From: Raikyr0 Date: Mon, 2 Mar 2026 08:23:00 +1100 Subject: [PATCH 2/3] Update captain.yml Signed-off-by: Raikyr0 --- Resources/Prototypes/Roles/Jobs/Command/captain.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Roles/Jobs/Command/captain.yml b/Resources/Prototypes/Roles/Jobs/Command/captain.yml index 23ef3f418e4..72b2d9bc375 100644 --- a/Resources/Prototypes/Roles/Jobs/Command/captain.yml +++ b/Resources/Prototypes/Roles/Jobs/Command/captain.yml @@ -37,8 +37,8 @@ - type: CommandStaff - type: PsionicBonusChance # DeltaV - makes it more likely to become psionic. flatBonus: 0.025 - - type: Condemned # Goobstation - Nanotrasen owns your soul pal. - soulOwnedNotDevil: true + #- type: Condemned # Goobstation - Nanotrasen owns your soul pal. + # soulOwnedNotDevil: true - type: startingGear id: CaptainGear From bd2251aea93b94e3b6ee29cbcb17887711876e07 Mon Sep 17 00:00:00 2001 From: Raikyr0 Date: Mon, 2 Mar 2026 08:30:06 +1100 Subject: [PATCH 3/3] Update chaplain.yml Signed-off-by: Raikyr0 --- Resources/Prototypes/Roles/Jobs/Civilian/chaplain.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Roles/Jobs/Civilian/chaplain.yml b/Resources/Prototypes/Roles/Jobs/Civilian/chaplain.yml index 156f3483194..c3a92e238b6 100644 --- a/Resources/Prototypes/Roles/Jobs/Civilian/chaplain.yml +++ b/Resources/Prototypes/Roles/Jobs/Civilian/chaplain.yml @@ -15,8 +15,8 @@ - !type:AddComponentSpecial components: - type: BibleUser #Lets them heal with bibles - - type: Condemned - soulOwnedNotDevil: true # This just means they won't suffer the effects of being condemned, while still not being able to sell their soul. - Goobstation + #- type: Condemned + # soulOwnedNotDevil: true # This just means they won't suffer the effects of being condemned, while still not being able to sell their soul. - Goobstation - type: PsionicBonusChance # DeltaV - makes it more likely to become psionic. multiplier: 3