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

@@ -0,0 +1,7 @@
using Content.Shared._CP14.MagicWeakness;
namespace Content.Client._CP14.MagicWeakness;
public class CP14ClientMagicWeaknessSystem : CP14SharedMagicWeaknessSystem
{
}