]> git.smokeofanarchy.ru Git - space-station-14.git/commit
HOTFIX Fix pickup effects occurring with verb creation (#38705)
authorPerry Fraser <perryprog@users.noreply.github.com>
Sat, 11 Oct 2025 19:42:10 +0000 (15:42 -0400)
committerGitHub <noreply@github.com>
Sat, 11 Oct 2025 19:42:10 +0000 (21:42 +0200)
commit5ade6688e78548175c86d60ea5211137d252b87e
treec5797c5c1b0d2d9e6e7974dc706e8b2d8501fa08
parente89651c77481eb04b02a95e11260672062d02d12
HOTFIX Fix pickup effects occurring with verb creation (#38705)

* fix: don't run pickup effects on verb creation

* review

* redundant

---------

Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
Content.Server/Lube/LubedSystem.cs
Content.Shared/ActionBlocker/ActionBlockerSystem.cs
Content.Shared/Containers/ItemSlot/ItemSlotsSystem.cs
Content.Shared/Hands/EntitySystems/SharedHandsSystem.Interactions.cs
Content.Shared/Hands/EntitySystems/SharedHandsSystem.Pickup.cs
Content.Shared/Hands/HandEvents.cs
Content.Shared/Item/MultiHandedItemSystem.cs
Content.Shared/Item/PickupAttemptEvent.cs
Content.Shared/Strip/SharedStrippableSystem.cs