Skip to content

Commit

Permalink
переработчик мусора всегда гибает людей
Browse files Browse the repository at this point in the history
  • Loading branch information
VigersRay committed Jul 2, 2024
1 parent d2b23cd commit 7eb919b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Content.Shared/Materials/SharedMaterialReclaimerSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,9 @@ public bool CanGib(EntityUid uid, EntityUid victim, MaterialReclaimerComponent c
{
return component.Powered &&
component.Enabled &&
HasComp<BodyComponent>(victim) &&
HasComp<EmaggedComponent>(uid);
HasComp<BodyComponent>(victim); //&&
// HasComp<EmaggedComponent>(uid);
// Вы реально хотите сказать что огромный шредер не должен гибать людей без емага? Да будет мясо
}

/// <summary>
Expand Down

0 comments on commit 7eb919b

Please sign in to comment.