Rxup / space-station-14

🚀 Билд русскоязычного сервера Space Station 14
GNU Affero General Public License v3.0
47 stars 143 forks source link

Surgery Playtest Issues #873

Open Roudenn opened 1 week ago

Roudenn commented 1 week ago

[RU]

Это сборник самых критических багов в системе новой Хирургии. Они планируются к исправлению на стороне нашего билда, и затем могут быть портированы на основной ПР от Einstein Engines.

[EN]

This issue contains most of the critical bugs of the Surgery system. We are planning to fix all of those on our build, and then can be ported back on the main Surgery PR by Einstein Engines.

Related to https://github.com/Simple-Station/Einstein-Engines/pull/1159 (EE) And https://github.com/Rxup/space-station-14/pull/868 (Backmen)

Verified issues [EN]:

Известные проблемы [RU]

TokenStyle commented 1 week ago

also known bugs:

- [ ] You can't get out the item that you putted in somebody's torso (for example, nuclear disk you put inside captain, and you can't get it back). The button that lets you retrieve the item never becomes clickable.

The reason is Content.Shared\Backmen\Surgery\SharedSurgerySystem.Steps.cs the partComp.ItemInsertionSlot.HasItem is always false

Roudenn commented 1 week ago

also known bugs:

- [ ] You can't get out the item that you putted in somebody's torso (for example, nuclear disk you put inside captain, and you can't get it back). The button that lets you retrieve the item never becomes clickable.

The reason is Content.Shared\Backmen\Surgery\SharedSurgerySystem.Steps.cs the partComp.ItemInsertionSlot.HasItem is always false

It should have been fixed by #875