Skip to content

Commit

Permalink
yeee
Browse files Browse the repository at this point in the history
  • Loading branch information
KillanGenifer committed Oct 25, 2024
1 parent 96aa42a commit 9811308
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion Content.Server/UserInterface/StatValuesCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ private StatValuesEuiMessage GetLatheMessage()

foreach (var (material, count) in proto.Materials)
{
var materialPrice = _proto.Index<MaterialPrototype>(material).Price;
var materialPrice = _proto.Index<MaterialPrototype>(material).Price; // Corvax-Next
cost += materialPrice * count;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@
{
"name": "matter_bin"
},
{
"name": "micro_laser"
},
{
"name": "micro_mani"
},
Expand Down

0 comments on commit 9811308

Please sign in to comment.