diff --git a/Content.Server/Paper/PaperSystem.cs b/Content.Server/Paper/PaperSystem.cs index 30a8883ebeb..4020480fe2d 100644 --- a/Content.Server/Paper/PaperSystem.cs +++ b/Content.Server/Paper/PaperSystem.cs @@ -154,10 +154,6 @@ private void OnInteractUsing(EntityUid uid, PaperComponent paperComp, InteractUs if (TryComp(args.Used, out var stampComp) && TryStamp(uid, GetStampInfo(stampComp), stampComp.StampState, paperComp)) { - if (stampComp.StampedPersonal) // Frontier - stampComp.StampedName = - Loc.GetString("stamp-component-signee-name", ("user", args.User)); // Frontier - // successfully stamped, play popup var stampPaperOtherMessage = Loc.GetString("paper-component-action-stamp-paper-other", ("user", args.User), ("target", args.Target), ("stamp", args.Used)); diff --git a/Content.Shared/Paper/StampComponent.cs b/Content.Shared/Paper/StampComponent.cs index 54315a9a39c..f55d3458ebd 100644 --- a/Content.Shared/Paper/StampComponent.cs +++ b/Content.Shared/Paper/StampComponent.cs @@ -61,19 +61,4 @@ public sealed partial class StampComponent : Component [DataField("sound")] public SoundSpecifier? Sound = null; - /// - /// Frontier - The stamp using the person name on it - /// - [DataField("stampedPersonal")] - public bool StampedPersonal = false; - - [DataField("stampedBorderless")] - public bool StampedBorderless = false; - - [ViewVariables] - public EntityUid? StampedIdUser = null; - - [ViewVariables(VVAccess.ReadWrite)] - [DataField("nameSetUser")] - public bool NameSetUser { get; set; } } diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 693e6782744..803e4c0cdfd 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -5135,3 +5135,11 @@ Entries: searchlight. id: 5046 time: '2024-06-18T01:10:11.0000000+00:00' +- author: TsjipTsjip + changes: + - type: Fix + message: >- + Left clicking a signed/stamped paper won't add a bogus signature onto it + anymore. + id: 5047 + time: '2024-06-19T07:40:00.0000000+00:00' diff --git a/Resources/Prototypes/Entities/Objects/Misc/paper.yml b/Resources/Prototypes/Entities/Objects/Misc/paper.yml index 18a73ff1d84..ff552d7a58e 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/paper.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/paper.yml @@ -307,16 +307,6 @@ - type: PhysicalComposition materialComposition: Steel: 25 - - type: Stamp - stampedColor: "#000001" - stampState: "paper_stamp-generic" - stampedPersonal: true - stampedBorderless: true - sound: - path: /Audio/_NF/Items/Pen/pen_sign.ogg - params: - volume: -2 - maxDistance: 5 - type: entity parent: Pen diff --git a/Resources/Prototypes/_NF/Entities/Markers/Spawners/Random/dungeon_items_mercenary.yml b/Resources/Prototypes/_NF/Entities/Markers/Spawners/Random/dungeon_items_mercenary.yml index 7380774ccc0..17358578172 100644 --- a/Resources/Prototypes/_NF/Entities/Markers/Spawners/Random/dungeon_items_mercenary.yml +++ b/Resources/Prototypes/_NF/Entities/Markers/Spawners/Random/dungeon_items_mercenary.yml @@ -96,12 +96,10 @@ color: red - type: RandomSpawner prototypes: - - WeaponCaseShort - - WeaponCaseLong - SpawnDungeonLootGunT1 - SpawnDungeonLootGunT1 - SpawnDungeonLootMeleeT1 - chance: 0.8 + chance: 0.5 offset: 0.0 rarePrototypes: - WeaponCaseShort @@ -128,12 +126,10 @@ color: red - type: RandomSpawner prototypes: - - WeaponCaseShort - - WeaponCaseLong - SpawnDungeonLootGunT2 - SpawnDungeonLootGunT2 - SpawnDungeonLootMeleeT2 - chance: 0.8 + chance: 0.7 offset: 0.0 rarePrototypes: - WeaponCaseShort @@ -162,7 +158,7 @@ prototypes: - SpawnDungeonLootMeleeT1 - SpawnDungeonLootMeleeT2 - chance: 0.95 + chance: 0.9 offset: 0.0 rarePrototypes: - SpawnDungeonLootMeleeT3 @@ -185,12 +181,10 @@ color: red - type: RandomSpawner prototypes: - - WeaponCaseShort - - WeaponCaseLong - SpawnDungeonLootGunT3 - SpawnDungeonLootGunT3 - SpawnDungeonLootMeleeT3 - chance: 0.95 + chance: 0.9 offset: 0.0 rarePrototypes: - WeaponCaseShort diff --git a/Resources/Prototypes/_NF/Entities/Markers/Spawners/Random/dungeon_items_weapons.yml b/Resources/Prototypes/_NF/Entities/Markers/Spawners/Random/dungeon_items_weapons.yml index 1af5bb1a8d4..4ebd4e4bb11 100644 --- a/Resources/Prototypes/_NF/Entities/Markers/Spawners/Random/dungeon_items_weapons.yml +++ b/Resources/Prototypes/_NF/Entities/Markers/Spawners/Random/dungeon_items_weapons.yml @@ -62,7 +62,7 @@ - WhiteCane - CombatKnife - SurvivalKnife - chance: 0.95 + chance: 1.0 offset: 0.0 rarePrototypes: - SpawnDungeonLootMeleeT2 @@ -93,7 +93,7 @@ - WeaponCaseLongShotgunDoubleBarreledExpedition - WeaponCaseShortSawnExpedition - WeaponCaseLongMosinExpedition - chance: 0.95 + chance: 1.0 offset: 0.0 rarePrototypes: - SpawnDungeonLootGunT2 @@ -118,7 +118,7 @@ - type: RandomSpawner prototypes: - WeaponCaseShortFireBomb - chance: 0.95 + chance: 0.3 offset: 0.0 rarePrototypes: - SpawnDungeonLootExplosivesT2 @@ -150,7 +150,7 @@ - KukriKnife - Stunbaton - ThrowingKnife - chance: 0.95 + chance: 1.0 offset: 0.0 rarePrototypes: - SpawnDungeonLootMeleeT3 @@ -181,7 +181,7 @@ - WeaponCaseLongKammererExpedition - WeaponCaseLongEnergyGunExpedition - WeaponCaseLongRepeaterExpedition - chance: 0.95 + chance: 1.0 offset: 0.0 rarePrototypes: - SpawnDungeonLootGunT3 @@ -206,7 +206,7 @@ - type: RandomSpawner prototypes: - WeaponCaseShortPipeBomb - chance: 0.95 + chance: 0.4 offset: 0.0 rarePrototypes: - SpawnDungeonLootExplosivesT3 @@ -236,7 +236,7 @@ - Claymore - Truncheon - WeaponCaseShortEnergyDaggerExpedition - chance: 0.95 + chance: 1.0 offset: 0.0 rarePrototypes: - SpawnDungeonLootMeleeT4 @@ -265,7 +265,7 @@ - WeaponCaseLongLecterExpedition - WeaponCaseLongLaserCarbineExpedition - WeaponCaseLongHristovExpedition - chance: 0.95 + chance: 1.0 offset: 0.0 rarePrototypes: - SpawnDungeonLootGunT4 @@ -290,7 +290,7 @@ - type: RandomSpawner prototypes: - WeaponCaseShortSeismicCharge - chance: 0.95 + chance: 0.5 offset: 0.0 rarePrototypes: - SpawnDungeonLootExplosivesT4 @@ -320,7 +320,7 @@ - SecBreachingHammer - WeaponCaseShortEnergySwordExpedition - WeaponCaseShortEnergyCutlassExpedition - chance: 0.95 + chance: 1.0 offset: 0.0 rarePrototypes: - SpawnDungeonLootMeleeT5 @@ -350,7 +350,7 @@ - WeaponCaseLongAkExpedition - WeaponCaseShortSvalinnExpedition - WeaponCaseShortAdvancedLaserExpedition - chance: 0.95 + chance: 1.0 offset: 0.0 rarePrototypes: - SpawnDungeonLootGunT5 @@ -375,7 +375,7 @@ - type: RandomSpawner prototypes: - WeaponCaseShortExGrenade - chance: 0.95 + chance: 0.4 offset: 0.0 rarePrototypes: - SpawnDungeonLootExplosivesT5 @@ -401,7 +401,7 @@ - type: RandomSpawner prototypes: - WeaponCaseShortEnergySwordDoubleExpedition - chance: 0.95 + chance: 1.0 offset: 0.0 - type: entity @@ -427,7 +427,7 @@ - WeaponCaseLongLauncherRocketExpedition - WeaponCaseLongLauncherChinaLake - WeaponCaseLongLightMachineGunL6 - chance: 0.95 + chance: 1.0 offset: 0.0 - type: entity @@ -449,5 +449,5 @@ - type: RandomSpawner prototypes: - WeaponCaseShortC4 - chance: 0.95 + chance: 0.3 offset: 0.0