Files
tbd-station-14/Content.Server/Suspicion/SuspicionItemComponent.cs
Vera Aguilera Puerto 3ee1f1f810 Suspicion rework (#7723)
* Deprecate suspicion spawn markers.

* Add suspicion loot table.

* Add suspicion item tag component.

* Suspicion rule now spawns items randomly around the station on start.
Also cleans them up when it ends.

* Fix build
huh, that API changed quickly--
2022-04-27 00:57:24 +10:00

10 lines
226 B
C#

namespace Content.Server.Suspicion;
/// <summary>
/// Tag component meant for bookkeeping items spawned by the suspicion rule.
/// </summary>
[RegisterComponent]
public sealed class SuspicionItemComponent : Component
{
}