Balance bugtweak (#881)

* Update CP14UniqueLootSystem.cs

* some demiplane balance

* rings undepants

* fix #870

* fix #868

* Update CP14ClientWallpaperSystem.cs
This commit is contained in:
Ed
2025-02-10 22:07:25 +03:00
committed by GitHub
parent c78bc23c06
commit 4f4d24ac5b
13 changed files with 29 additions and 39 deletions

View File

@@ -99,6 +99,9 @@ public partial class CP14SharedWallpaperSystem : EntitySystem
if (TryComp<CP14WallpaperRemoverComponent>(args.Used, out var remover))
{
if (holder.Comp.Layers.Count == 0)
return;
var doAfterArgs = new DoAfterArgs(EntityManager, args.User, remover.Delay, new CP14WallpaperRemoveLayersDoAfterEvent(), holder, holder, args.Used)
{
BreakOnDamage = true,

View File

@@ -6,7 +6,6 @@ namespace Content.Shared._CP14.Wallpaper;
[RegisterComponent, Access(typeof(CP14SharedWallpaperSystem))]
public sealed partial class CP14WallpaperComponent : Component
{
[DataField]
public float Delay = 1f;