Who knows what
This commit is contained in:
parent
0fe23420ab
commit
9214d13054
422 changed files with 1412 additions and 4783 deletions
|
|
@ -49,7 +49,7 @@ func get_stock() -> float:
|
|||
return inventory.stock
|
||||
|
||||
func add_stock(amount: float):
|
||||
Log.pr("Adding stock: " + str(amount))
|
||||
# Log.pr("Adding stock: " + str(amount))
|
||||
inventory.stock += amount
|
||||
stock_added.emit(amount, inventory.stock)
|
||||
stock_changed.emit(inventory.stock)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue