Revert "plutonium core steal objective" (#29578)
Revert "plutonium core steal objective (#26786)"
This reverts commit f6ce07289a.
This commit is contained in:
committed by
GitHub
parent
325d64b5ed
commit
2a7bdd9b08
@@ -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();
|
||||
}
|
||||
Reference in New Issue
Block a user