1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-02-09 13:37:02 +02:00

pp: fix blood for 0.18.2

This commit is contained in:
cogito 2020-01-22 19:52:28 +01:00
parent bc9d16c104
commit e4d3469c5f

View File

@ -814,7 +814,7 @@ local function on_entity_damaged(e)
vertical_speed = 0.02,
height = 0.01,
}
ent.surface.create_entity(blood)
ent.surface.create_particle(blood)
end
end
end