diff --git a/modules/commands/protection.lua b/modules/commands/protection.lua index bc79165f..57841a43 100644 --- a/modules/commands/protection.lua +++ b/modules/commands/protection.lua @@ -61,9 +61,11 @@ local function show_protected_entity(player, entity) sprite = 'utility/notification', target = entity, target_offset = { - (rb.x-entity.position.x)*0.8, - (rb.y-entity.position.y)*0.8 + (rb.x-entity.position.x)*0.75, + (rb.y-entity.position.y)*0.75 }, + x_scale = 2, + y_scale = 2, surface = entity.surface, players = { player } }