Unstable demiplane update (#866)

* replace heat trigger to unsafe damage trigger

* end demiplane music

* timed demiplane modifier

* unhardcode some values

* demiplane crystal destruction waves

* time limit

* fixes

* Update CP14UniqueLootSystem.cs

* Update unstable_rift.yml

* tweks

* Update unstable_rift.yml
This commit is contained in:
Ed
2025-02-09 17:18:24 +03:00
committed by GitHub
parent ec6b5b4b93
commit 72c9cb9014
26 changed files with 361 additions and 143 deletions

View File

@@ -29,9 +29,6 @@ public sealed partial class CP14UniqueLootSystem : EntitySystem
if (!Deleted(ent))
Spawn(loot, Transform(ent).Coordinates);
if (!TerminatingOrDeleted(ent) && Exists(ent))
QueueDel(ent);
}
private void OnRoundStart(RoundStartingEvent ev)