Improves the smoking experience (#8089)
Co-authored-by: ike709 <ike709@github.com>
This commit is contained in:
@@ -182,7 +182,8 @@ namespace Content.Server.Tools
|
||||
args.PushMarkup(Loc.GetString("welder-component-on-examine-detailed-message",
|
||||
("colorName", fuel < capacity / FixedPoint2.New(4f) ? "darkorange" : "orange"),
|
||||
("fuelLeft", fuel),
|
||||
("fuelCapacity", capacity)));
|
||||
("fuelCapacity", capacity),
|
||||
("status", string.Empty))); // Lit status is handled above
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user