[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:
@@ -141,7 +141,7 @@ public sealed partial class TriggerSystem
|
||||
|
||||
private void OnTimerUse(EntityUid uid, OnUseTimerTriggerComponent component, UseInHandEvent args)
|
||||
{
|
||||
if (args.Handled || HasComp<AutomatedTimerComponent>(uid))
|
||||
if (args.Handled)
|
||||
return;
|
||||
|
||||
HandleTimerTrigger(
|
||||
|
||||
Reference in New Issue
Block a user