1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-03-17 21:08:08 +02:00
This commit is contained in:
grilledham 2018-08-08 12:04:59 +01:00
parent 7a3e262eb5
commit 22ab4cf51e

View File

@ -25,6 +25,11 @@ Event.add(
end
local name = entity.name
if name == 'tile-ghost' then
return
end
local ghost = false
if name == 'entity-ghost' then
name = entity.ghost_name