[Feat] Mindslave - имплант подчинения (#152)
* tweak: стандартизация названий имплантеров * add: mindslave implant * add: briefing, uplink listing, overlay icons * add: new mindslave overlay icons by JustNemo * remove: ненужный файлик удалён * fix: фикс доставания импланта подчинения
This commit is contained in:
@@ -136,7 +136,7 @@ public abstract class SharedSubdermalImplantSystem : EntitySystem
|
||||
var implantContainer = implantedComp.ImplantContainer;
|
||||
|
||||
component.ImplantedEntity = target;
|
||||
RaiseLocalEvent(new SubdermalImplantInserted(target, component));
|
||||
RaiseLocalEvent(implant, new SubdermalImplantInserted(target, target, component));
|
||||
_container.Insert(implant, implantContainer);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user