Fix defibs not reviving (#17195)
* defib tweaks * fix defibs not actually reviving
This commit is contained in:
@@ -289,6 +289,7 @@ public sealed class MobThresholdSystem : EntitySystem
|
||||
return;
|
||||
component.AllowRevives = val;
|
||||
Dirty(component);
|
||||
VerifyThresholds(uid, component);
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user