From: Dvir <39403717+dvir001@users.noreply.github.com> Date: Tue, 24 Sep 2024 14:23:48 +0000 (+0300) Subject: Allow AreaInsert pickups for one item (#32153) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=50395e25cf35277150930ccfc1a73c8747846647;p=space-station-14.git Allow AreaInsert pickups for one item (#32153) Update SharedStorageSystem.cs --- diff --git a/Content.Shared/Storage/EntitySystems/SharedStorageSystem.cs b/Content.Shared/Storage/EntitySystems/SharedStorageSystem.cs index d6fde292a1..ca4b788867 100644 --- a/Content.Shared/Storage/EntitySystems/SharedStorageSystem.cs +++ b/Content.Shared/Storage/EntitySystems/SharedStorageSystem.cs @@ -453,7 +453,7 @@ public abstract class SharedStorageSystem : EntitySystem } //If there's only one then let's be generous - if (_entList.Count > 1) + if (_entList.Count >= 1) { var doAfterArgs = new DoAfterArgs(EntityManager, args.User, delay, new AreaPickupDoAfterEvent(GetNetEntityList(_entList)), uid, target: uid) {