Фикс майншилда двойника

This commit is contained in:
VigersRay 2024-08-15 01:22:30 +03:00
parent af8c356aac
commit 16c4eef3ff
2 changed files with 11 additions and 1 deletions

View file

@ -212,7 +212,7 @@ public sealed class EvilTwinSystem : EntitySystem
var implantEnt = Spawn(MindShield, coords);
if (TryComp<SubdermalImplantComponent>(implantEnt, out var implantComp))
_subdermalImplant.ForceImplant(target, implantEnt, implantComp);
_subdermalImplant.ForceImplant(twinUid, implantEnt, implantComp);
}
EnsureComp<EvilTwinComponent>(twinUid).TargetMindId = mindId;

View file

@ -2536,3 +2536,13 @@
id: 185
time: '2024-08-14T21:27:51.0000000+00:00'
url: https://github.com/space-sunrise/space-station-14/pull/279
- author: VigersRay
changes:
- message: "\u0414\u0432\u043E\u0439\u043D\u0438\u043A\u0430\u043C \u043A\u043E\u0440\
\u0440\u0435\u043A\u0442\u043D\u043E \u0432\u044B\u0434\u0430\u0435\u0442\u0441\
\u044F \u043C\u0430\u0439\u043D\u0448\u0438\u043B\u0434 \u0435\u0441\u043B\u0438\
\ \u044D\u0442\u043E \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E\
."
type: Fix
id: 186
time: '2024-08-14T22:22:22.093120+00:00'