mirror of
https://github.com/BlackMATov/evolved.lua.git
synced 2025-12-15 04:15:28 +07:00
Merge branch 'dev' into feature/requires_fragment
This commit is contained in:
@@ -685,7 +685,6 @@ local system = evolved.builder()
|
|||||||
local health_components = chunk:components(health)
|
local health_components = chunk:components(health)
|
||||||
|
|
||||||
for i = 1, entity_count do
|
for i = 1, entity_count do
|
||||||
print(i)
|
|
||||||
health_components[i] = math.max(
|
health_components[i] = math.max(
|
||||||
health_components[i] - 1,
|
health_components[i] - 1,
|
||||||
0)
|
0)
|
||||||
|
|||||||
Reference in New Issue
Block a user