evolution

This commit is contained in:
Kirill
2026-08-02 22:56:54 +03:00
parent 6d846ec813
commit 8e565e5ac0
7 changed files with 263 additions and 236 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ var OwniverseEntities: Dictionary = {}
var OwniverseItems: Dictionary = {}
var Templates: Dictionary = {}
var batch_count = 40
var batch_count: float = 40.0 # must be even not odd
func get_localized_item_description(item_id: String, item: String) -> String: