Merge remote-tracking branch 'upstream/master' into upstream-core

This commit is contained in:
Jabak
2024-08-29 13:25:33 +03:00
100 changed files with 5214 additions and 2476 deletions

View File

@@ -50,7 +50,9 @@ public sealed class SharedRevolutionarySystem : EntitySystem
{
var stunTime = TimeSpan.FromSeconds(4);
var name = Identity.Entity(uid, EntityManager);
RemComp<RevolutionaryComponent>(uid);
_sharedStun.TryParalyze(uid, stunTime, true);
_popupSystem.PopupEntity(Loc.GetString("rev-break-control", ("name", name)), uid);
}