From 77ab7c2bc7b8c652ea7ab4079f383faa72d50f59 Mon Sep 17 00:00:00 2001 From: Aviu00 <93730715+Aviu00@users.noreply.github.com> Date: Sat, 5 Aug 2023 20:14:27 +0300 Subject: [PATCH] =?UTF-8?q?=D0=91=D0=BE=D0=BB=D1=8C=D1=88=D0=B5=20=D0=BE?= =?UTF-8?q?=D0=B3=D1=80=D0=B0=D0=BD=D0=B8=D1=87=D0=B5=D0=BD=D0=B8=D0=B9=20?= =?UTF-8?q?=D0=BD=D0=B0=20=D1=82=D0=BE=D0=B2=D0=B0=D1=80=D1=8B=20=D0=BF?= =?UTF-8?q?=D0=BE=20=D1=81=D0=BA=D0=B8=D0=B4=D0=BA=D0=B5=20=D0=B2=20=D0=B0?= =?UTF-8?q?=D0=BF=D0=BB=D0=B8=D0=BD=D0=BA=D0=B5=20(#269)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * More limits * Limit borg --- Content.Shared/Store/ListingPrototype.cs | 2 +- Resources/Prototypes/Catalog/uplink_catalog.yml | 5 +++++ Resources/Prototypes/White/Catalog/uplink.yml | 0 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 Resources/Prototypes/White/Catalog/uplink.yml diff --git a/Content.Shared/Store/ListingPrototype.cs b/Content.Shared/Store/ListingPrototype.cs index 6e9cf43ee1..aafe6ec7cc 100644 --- a/Content.Shared/Store/ListingPrototype.cs +++ b/Content.Shared/Store/ListingPrototype.cs @@ -96,7 +96,7 @@ public partial class ListingData : IEquatable, ICloneable // WD START [DataField("saleLimit")] - public int SaleLimit; + public int SaleLimit = 5; [DataField("saleBlacklist")] public bool SaleBlacklist; diff --git a/Resources/Prototypes/Catalog/uplink_catalog.yml b/Resources/Prototypes/Catalog/uplink_catalog.yml index 82574f337f..f06a8938dd 100644 --- a/Resources/Prototypes/Catalog/uplink_catalog.yml +++ b/Resources/Prototypes/Catalog/uplink_catalog.yml @@ -456,6 +456,7 @@ blacklist: tags: - NukeOpsUplink + saleLimit: 2 - type: listing id: UplinkReinforcementRadioSyndicateNukeops # Version for Nukeops that spawns an agent with the NukeOperative component. @@ -472,6 +473,7 @@ whitelist: tags: - NukeOpsUplink + saleLimit: 1 - type: listing id: UplinkReinforcementRadioSyndicateMonkey @@ -483,6 +485,7 @@ Telecrystal: 8 categories: - UplinkUtility + saleLimit: 3 - type: listing id: UplinkStealthBox @@ -1246,6 +1249,7 @@ Telecrystal: 8 categories: - UplinkArmor + saleLimit: 1 - type: listing id: UplinkClothingShoesBootsMagSyndie @@ -1277,6 +1281,7 @@ Telecrystal: 12 categories: - UplinkArmor + saleLimit: 1 # Misc diff --git a/Resources/Prototypes/White/Catalog/uplink.yml b/Resources/Prototypes/White/Catalog/uplink.yml new file mode 100644 index 0000000000..e69de29bb2