Chem master more unit transfer buttons (#36995)
* Changes chem master unit transfers to be the same as the chem dispenser * adds chem master transfer buttons for 15u, 20u, and 30u
This commit is contained in:
@@ -116,7 +116,10 @@ namespace Content.Client.Chemistry.UI
|
|||||||
("1", ChemMasterReagentAmount.U1, StyleBase.ButtonOpenBoth),
|
("1", ChemMasterReagentAmount.U1, StyleBase.ButtonOpenBoth),
|
||||||
("5", ChemMasterReagentAmount.U5, StyleBase.ButtonOpenBoth),
|
("5", ChemMasterReagentAmount.U5, StyleBase.ButtonOpenBoth),
|
||||||
("10", ChemMasterReagentAmount.U10, StyleBase.ButtonOpenBoth),
|
("10", ChemMasterReagentAmount.U10, StyleBase.ButtonOpenBoth),
|
||||||
|
("15", ChemMasterReagentAmount.U15, StyleBase.ButtonOpenBoth),
|
||||||
|
("20", ChemMasterReagentAmount.U20, StyleBase.ButtonOpenBoth),
|
||||||
("25", ChemMasterReagentAmount.U25, StyleBase.ButtonOpenBoth),
|
("25", ChemMasterReagentAmount.U25, StyleBase.ButtonOpenBoth),
|
||||||
|
("30", ChemMasterReagentAmount.U30, StyleBase.ButtonOpenBoth),
|
||||||
("50", ChemMasterReagentAmount.U50, StyleBase.ButtonOpenBoth),
|
("50", ChemMasterReagentAmount.U50, StyleBase.ButtonOpenBoth),
|
||||||
("100", ChemMasterReagentAmount.U100, StyleBase.ButtonOpenBoth),
|
("100", ChemMasterReagentAmount.U100, StyleBase.ButtonOpenBoth),
|
||||||
(Loc.GetString("chem-master-window-buffer-all-amount"), ChemMasterReagentAmount.All, StyleBase.ButtonOpenLeft),
|
(Loc.GetString("chem-master-window-buffer-all-amount"), ChemMasterReagentAmount.All, StyleBase.ButtonOpenLeft),
|
||||||
|
|||||||
@@ -106,7 +106,10 @@ namespace Content.Shared.Chemistry
|
|||||||
U1 = 1,
|
U1 = 1,
|
||||||
U5 = 5,
|
U5 = 5,
|
||||||
U10 = 10,
|
U10 = 10,
|
||||||
|
U15 = 15,
|
||||||
|
U20 = 20,
|
||||||
U25 = 25,
|
U25 = 25,
|
||||||
|
U30 = 30,
|
||||||
U50 = 50,
|
U50 = 50,
|
||||||
U100 = 100,
|
U100 = 100,
|
||||||
All,
|
All,
|
||||||
|
|||||||
Reference in New Issue
Block a user