ninja bombing target whitelist warp point (#19977)

* ninja bombing target whitelist

* :trollface:

* add bombing targets to saltern

* oops remove jordans

* remove aspid js too

---------

Co-authored-by: deltanedas <@deltanedas:kde.org>
This commit is contained in:
deltanedas
2023-09-10 23:04:00 +01:00
committed by GitHub
parent d68fa97fda
commit 6953070d40
5 changed files with 147 additions and 139 deletions

View File

@@ -0,0 +1,9 @@
namespace Content.Shared.Ninja.Components;
/// <summary>
/// Makes this warp point a valid bombing target for ninja's spider charge.
/// </summary>
[RegisterComponent]
public sealed partial class BombingTargetComponent : Component
{
}