]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Make wielding automatically drop the item on your other hand (#27975)
authorDrSmugleaf <10968691+DrSmugleaf@users.noreply.github.com>
Sun, 19 May 2024 01:35:46 +0000 (18:35 -0700)
committerGitHub <noreply@github.com>
Sun, 19 May 2024 01:35:46 +0000 (18:35 -0700)
commit3d41d5f2bcb501b1746e58ad0ca6a6cbc83e69ac
tree781bfa92b822a46e684dbabe85a23389ca505289
parent676fc22eb478aabaf8a1e27bafd38e306e8ac91b
Make wielding automatically drop the item on your other hand (#27975)

* Make wielding automatically drop the item on your other hand

* Fix docs

* Remove redundant parameter

* Fix not deleting virtuals on fail

* Make count freeable hands method

* Add popup when dropping item
Content.Shared/Hands/Components/HandHelpers.cs
Content.Shared/Hands/EntitySystems/SharedHandsSystem.cs
Content.Shared/Inventory/VirtualItem/SharedVirtualItemSystem.cs
Content.Shared/Wieldable/WieldableSystem.cs
Resources/Locale/en-US/virtual/virtual-item.ftl [new file with mode: 0644]