Skip to content

Commit

Permalink
[Tweak] Blob Things (#963)
Browse files Browse the repository at this point in the history
* Add Blob Storage + rewrite code

* The Rebalance

* fix

* Update blob_tiles.yml

* Update BlobCoreComponent.cs

* Update throwing_stars.yml

* Revert "Update throwing_stars.yml"

This reverts commit 0fd3245.

* coolish features

* Update BlobStorageComponent.cs
  • Loading branch information
Roudenn authored Jan 9, 2025
1 parent 453fd7f commit 3c3173a
Show file tree
Hide file tree
Showing 40 changed files with 870 additions and 920 deletions.
3 changes: 1 addition & 2 deletions Content.Client/Backmen/Blob/BlobTileSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@
using Content.Shared.Backmen.Blob;
using Content.Shared.Backmen.Blob.Components;
using Robust.Client.GameObjects;
using Robust.Shared.GameStates;

namespace Content.Client.Backmen.Blob;

public sealed class BlobTileSystem : SharedBlobTileSystem
{
protected override void TryUpgrade(Entity<BlobTileComponent> target, Entity<BlobCoreComponent> core, EntityUid observer) { }
protected override void TryUpgrade(Entity<BlobTileComponent, BlobUpgradeableTileComponent> target, Entity<BlobCoreComponent> core, EntityUid observer) { }
}

public sealed class BlobTileVisualizerSystem : VisualizerSystem<BlobTileComponent>
Expand Down
Loading

0 comments on commit 3c3173a

Please sign in to comment.