Skip to content

Commit

Permalink
release 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
heinwessels committed Dec 1, 2023
1 parent 4ed39a5 commit e08e96c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---------------------------------------------------------------------------------------------------
Version: 0.5.1
Date: ??.??.2023
Date: 01.12.2023
Changes:
- Biters now consistently attack the Egg Extractor, Incubator, Treadmills, Revitalizer and Cage Cannon.
- Player can no longer incubate or revitalize biters in their mere hands.
Expand Down
2 changes: 1 addition & 1 deletion info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "biter-power",
"version": "0.5.0",
"version": "0.5.1",
"title": "Biter Power",
"author": "stringweasel",
"factorio_version": "1.1",
Expand Down
4 changes: 2 additions & 2 deletions prototypes/generator-add-biters.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ local lib = require("lib.lib")
local function get_biter_run_animation(biter)
local layers = util.table.deepcopy(biter.run_animation.layers)
local has_hr = layers[1].hr_version ~= nil

-- These animations are for all for directions. Extract only
-- the one that runs to the right, which is number 2
local index = 2
Expand Down Expand Up @@ -102,7 +102,7 @@ local function create_variant(base_name, biter_name)
{"bp-text.inhabitant", biter.localised_name or {"entity-name."..biter.name}},
{"bp-text.expected-containment", lib.formattime(biter_config.escape_period * containment_modifier)},
}

-- Get biter animations and adjust them
local biter_shift = {-0.45, -0.1}
local layers_to_add = get_biter_run_animation(biter)
Expand Down

0 comments on commit e08e96c

Please sign in to comment.