add exploding pen from goldeneye (#14421)
This commit is contained in:
@@ -37,7 +37,7 @@ public sealed partial class TriggerSystem
|
||||
|
||||
private void OnExamined(EntityUid uid, OnUseTimerTriggerComponent component, ExaminedEvent args)
|
||||
{
|
||||
if (args.IsInDetailsRange)
|
||||
if (args.IsInDetailsRange && component.Examinable)
|
||||
args.PushText(Loc.GetString("examine-trigger-timer", ("time", component.Delay)));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user