Skip to content

Commit

Permalink
remove diggo-variants from kill statistics
Browse files Browse the repository at this point in the history
  • Loading branch information
oorzkws committed Nov 16, 2023
1 parent a00975d commit c72a5ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion prototypes/creatures/thikats.lua
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ ENTITY {
icon = item_icon,
icon_size = 64,
ai_settings = {do_separation = false},
flags = {'placeable-neutral', 'placeable-player', 'player-creation', 'placeable-off-grid', 'breaths-air', 'not-repairable', 'not-on-map', 'not-flammable'},
flags = {'placeable-neutral', 'placeable-player', 'player-creation', 'placeable-off-grid', 'breaths-air', 'not-repairable', 'not-on-map', 'not-flammable', 'not-in-kill-statistics'},
max_health = 900,
subgroup = 'creatures',
healing_per_tick = 0.01,
Expand Down
2 changes: 1 addition & 1 deletion prototypes/creatures/work-o-dile.lua
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ ENTITY {
icon = item_icon,
icon_size = 64,
ai_settings = {do_separation = false},
flags = {'placeable-neutral', 'placeable-player', 'player-creation', 'placeable-off-grid', 'breaths-air', 'not-repairable', 'not-on-map', 'not-flammable'},
flags = {'placeable-neutral', 'placeable-player', 'player-creation', 'placeable-off-grid', 'breaths-air', 'not-repairable', 'not-on-map', 'not-flammable', 'not-in-kill-statistics'},
max_health = 900,
subgroup = 'creatures',
healing_per_tick = 0.01,
Expand Down

0 comments on commit c72a5ec

Please sign in to comment.