[Revert] Reverts Ninja (#15516)
* Revert "[Antag] add space ninja as midround antag (#14069)" This reverts commitc1cda0dbf8. * Revert "[Fix] move ninja objectives into NinjaRole (#15490)" This reverts commit251f429fb3.
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
using Content.Server.Objectives.Interfaces;
|
||||
using Content.Server.Ninja;
|
||||
|
||||
namespace Content.Server.Objectives.Requirements;
|
||||
|
||||
[DataDefinition]
|
||||
public sealed class NinjaRequirement : IObjectiveRequirement
|
||||
{
|
||||
public bool CanBeAssigned(Mind.Mind mind)
|
||||
{
|
||||
return mind.HasRole<NinjaRole>();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user