mirror of
https://github.com/BlackMATov/evolved.lua.git
synced 2026-01-08 06:39:41 +07:00
is_alive, is_empty -> alive, empty
This commit is contained in:
@@ -108,7 +108,7 @@ for chunk in evo.execute(all_chunk_query) do
|
||||
end
|
||||
|
||||
for _, destroyed_entity in ipairs(should_be_destroyed_entity_list) do
|
||||
assert(not evo.is_alive(destroyed_entity))
|
||||
assert(not evo.alive(destroyed_entity))
|
||||
end
|
||||
|
||||
---
|
||||
|
||||
@@ -110,11 +110,11 @@ for chunk in evo.execute(all_chunk_query) do
|
||||
end
|
||||
|
||||
for _, destroying_entity in ipairs(destroying_entity_list) do
|
||||
assert(not evo.is_alive(destroying_entity))
|
||||
assert(not evo.alive(destroying_entity))
|
||||
end
|
||||
|
||||
for _, destroyed_entity in ipairs(should_be_destroyed_entity_list) do
|
||||
assert(not evo.is_alive(destroyed_entity))
|
||||
assert(not evo.alive(destroyed_entity))
|
||||
end
|
||||
|
||||
---
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user