Revert "plutonium core steal objective" (#29578)

Revert "plutonium core steal objective (#26786)"

This reverts commit f6ce07289a.
This commit is contained in:
Pieter-Jan Briers
2024-06-29 17:23:03 +02:00
committed by GitHub
parent 325d64b5ed
commit 2a7bdd9b08
33 changed files with 20 additions and 497 deletions

View File

@@ -1,14 +0,0 @@
using Content.Shared.Store;
using Robust.Shared.Prototypes;
namespace Content.Server.Objectives.Components;
/// <summary>
/// Unlocks store listings that use <see cref="ObjectiveUnlockCondition"/>.
/// </summary>
[RegisterComponent]
public sealed partial class StoreUnlockerComponent : Component
{
[DataField(required: true)]
public List<ProtoId<ListingPrototype>> Listings = new();
}