Who knows what

This commit is contained in:
Dan 2026-01-28 13:22:04 +00:00
parent 0fe23420ab
commit 9214d13054
422 changed files with 1412 additions and 4783 deletions

View file

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