Add cooldown to bike horn implant (#19128)

This commit is contained in:
Kara
2023-08-14 09:04:41 -07:00
committed by GitHub
parent ac2ac4b9e5
commit 5668579873
2 changed files with 2 additions and 1 deletions

View File

@@ -196,7 +196,7 @@ namespace Content.Server.Explosion.EntitySystems
private void OnImplantTrigger(EntityUid uid, TriggerImplantActionComponent component, ActivateImplantEvent args)
{
Trigger(uid);
args.Handled = Trigger(uid);
}
private void OnStepTriggered(EntityUid uid, TriggerOnStepTriggerComponent component, ref StepTriggeredEvent args)

View File

@@ -181,3 +181,4 @@
description: action-desc-honk
icon: { sprite: Objects/Fun/bikehorn.rsi, state: icon }
event: !type:ActivateImplantEvent
useDelay: 1