Fairy lights
This commit is contained in:
@@ -32,6 +32,9 @@ function Entity:Smart()
|
||||
end
|
||||
|
||||
function Entity:Kill()
|
||||
if self.light ~= nil then
|
||||
KillLight(self.light)
|
||||
end
|
||||
if self.id ~= nil then
|
||||
for _, e in pairs(LoadedEntities) do
|
||||
if e.id > self.id then
|
||||
|
||||
Reference in New Issue
Block a user