Improves the smoking experience (#8089)

Co-authored-by: ike709 <ike709@github.com>
This commit is contained in:
ike709
2022-05-11 15:48:07 -05:00
committed by GitHub
parent 4bec937c1f
commit 8b829926dd
4 changed files with 12 additions and 4 deletions

View File

@@ -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
}
}