Add GHOST GANG! (#13734)

Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
Chief-Engineer
2023-05-28 04:21:06 -05:00
committed by GitHub
parent 707b9063f9
commit 485a2fd432
14 changed files with 230 additions and 30 deletions

View File

@@ -136,6 +136,7 @@ public sealed partial class RevenantSystem : EntitySystem
if (component.Essence <= 0)
{
Spawn(component.SpawnOnDeathPrototype, Transform(uid).Coordinates);
QueueDel(uid);
}
return true;