Skip to content

Commit

Permalink
Artillery Turret Order #165
Browse files Browse the repository at this point in the history
  • Loading branch information
KiwiHawk committed Jan 21, 2024
1 parent ad3c059 commit ceecbaf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions bobwarfare/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
---------------------------------------------------------------------------------------------------
Version: 1.3.0
Date: ???
Bugfixes:
- Fixed Artillery Turret order #165
---------------------------------------------------------------------------------------------------
Version: 1.2.0
Date: 22. 12. 2023
Bugfixes:
Expand Down
2 changes: 1 addition & 1 deletion bobwarfare/info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bobwarfare",
"version": "1.2.0",
"version": "1.3.0",
"factorio_version": "1.1",
"title": "Bob's Warfare mod",
"author": "Bobingabout",
Expand Down
4 changes: 2 additions & 2 deletions bobwarfare/prototypes/item/turrets.lua
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ data:extend({
icon_size = 64,
icon_mipmaps = 4,
subgroup = "defensive-structure",
order = "b[turret]-d[artillery-turret]-2",
order = "b[turret]-d[artillery-turret]-a[turret]2",
place_result = "bob-artillery-turret-2",
stack_size = 10,
},
Expand All @@ -213,7 +213,7 @@ data:extend({
icon_size = 64,
icon_mipmaps = 4,
subgroup = "defensive-structure",
order = "b[turret]-d[artillery-turret]-3",
order = "b[turret]-d[artillery-turret]-a[turret]3",
place_result = "bob-artillery-turret-3",
stack_size = 10,
},
Expand Down

0 comments on commit ceecbaf

Please sign in to comment.