Reactions done
This commit is contained in:
parent
44e39ded34
commit
bd87ccf871
7 changed files with 63 additions and 7 deletions
|
|
@ -7,7 +7,7 @@ class_name Reaction
|
|||
@export var reaction_temperature: float = -1
|
||||
|
||||
func input_substances_dict() -> Dictionary[StringName, ReactionSubstance]:
|
||||
var result = {}
|
||||
var result: Dictionary[StringName, ReactionSubstance] = {}
|
||||
|
||||
for el in input_substances:
|
||||
result[el.substance.scientific_name] = el
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue