Visual popup types (#9523)
* Visual popup types * Pass over `PopupCoordinates` and `PopupCursor` * `PopupEntity` pass * Disease and reagent popup pass * COLOUR
This commit is contained in:
@@ -32,7 +32,8 @@ public sealed class LandMineSystem : EntitySystem
|
||||
_popupSystem.PopupCoordinates(
|
||||
Loc.GetString("land-mine-triggered", ("mine", uid)),
|
||||
Transform(uid).Coordinates,
|
||||
Filter.Entities(args.Tripper));
|
||||
Filter.Entities(args.Tripper),
|
||||
PopupType.Critical);
|
||||
}
|
||||
|
||||
if (component.DeleteOnActivate)
|
||||
|
||||
Reference in New Issue
Block a user