Fix defibs not reviving (#17195)

* defib tweaks

* fix defibs not actually reviving
This commit is contained in:
Nemanja
2023-06-07 15:12:49 -04:00
committed by GitHub
parent d14bafce96
commit 19742f72b1
2 changed files with 4 additions and 5 deletions

View File

@@ -289,6 +289,7 @@ public sealed class MobThresholdSystem : EntitySystem
return;
component.AllowRevives = val;
Dirty(component);
VerifyThresholds(uid, component);
}
#endregion