Всякое (#271)
* - tweak: Something. * - tweak: Tweaks. * - tweak: Death to autoklickers. * - tweak: Warop tweak. * - tweak: Neuro tweaks. * - add: Translate animal accents. * - fix: Embeddable projectiles miss corpses. * - tweak: More sniper ammo. * - tweak: Free clothes in uplink. * - tweak: Less speed up from stuff. * - tweak: Ammo counter and toggleable clothing stuff. * - add: More emag stuff. * - tweak: No neuro blunt stamina damage. * - fix: Fix name. * - fix: Fix desc.
This commit is contained in:
@@ -44,9 +44,9 @@ public sealed class MindShieldSystem : EntitySystem
|
||||
}
|
||||
|
||||
// WD START
|
||||
if (_tag.HasTag(ev.Implant, NeuroControlComponent.NeuroControlTag) && ev.Implanted != null)
|
||||
if (_tag.HasTag(ev.Implant, NeuroStabilizationComponent.NeuroStabilizationTag) && ev.Implanted != null)
|
||||
{
|
||||
EnsureComp<NeuroControlComponent>(ev.Implanted.Value);
|
||||
EnsureComp<NeuroStabilizationComponent>(ev.Implanted.Value);
|
||||
}
|
||||
// WD END
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user