* damn it
* whoopsie
* no more fucky wucky fucky wuckies are GONE
/// </summary>
[DataField]
public SoundSpecifier? ScanningEndSound;
+
+ /// <summary>
+ /// Whether to show up the popup
+ /// </summary>
+ [DataField]
+ public bool Silent;
}
NeedHand = true,
BreakOnMove = true,
});
-
- if (args.Target == args.User || doAfterCancelled)
+
+ if (args.Target == args.User || doAfterCancelled || uid.Comp.Silent)
return;
var msg = Loc.GetString("health-analyzer-popup-scan-target", ("user", Identity.Entity(args.User, EntityManager)));
id: UniversalIDCard
- type: HealthAnalyzer
scanDelay: 0
+ silent: true
- type: CartridgeLoader
uiKey: enum.PdaUiKey.Key
notificationsEnabled: false