mirror of
https://github.com/BlackMATov/evolved.lua.git
synced 2025-12-16 14:11:16 +07:00
is_alive, is_empty -> alive, empty
This commit is contained in:
@@ -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
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user