Skip to content

Commit

Permalink
Update default value & contraband status
Browse files Browse the repository at this point in the history
  • Loading branch information
EpicToastTM committed Jan 14, 2025
1 parent 7cf44aa commit 3c1d5d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ public CompanyEntry(int companyIndex,

_amountEdit = new LineEdit
{
Text = "1",
PlaceHolder = Loc.GetString("stock-trading-amount-placeholder"),
HorizontalExpand = true,
MinWidth = 80,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
- Common

- type: entity
parent: BaseItem
parent: [BaseItem, BaseCargoContraband]
id: StockTradingCartridge
name: StockTrading cartridge
description: A cartridge that tracks the intergalactic stock market.
Expand Down

0 comments on commit 3c1d5d8

Please sign in to comment.