Fixed venom venom
This commit is contained in:
parent
21a4adf229
commit
73a54900ff
1 changed files with 3 additions and 0 deletions
|
|
@ -25,6 +25,9 @@ var total_amount: float:
|
|||
signal inventory_changed(substances: Array[RuntimeSubstanceData])
|
||||
signal temperature_changed(to: float)
|
||||
|
||||
func _ready() -> void:
|
||||
inventory_changed.emit(inventory.values())
|
||||
|
||||
func update_solutions():
|
||||
var has_water = inventory.has("Вода")
|
||||
if has_water:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue