Skip to content

Commit

Permalink
Pumpjacks are no longer flippable. Resolves pyanodon/pybugreports#786
Browse files Browse the repository at this point in the history
  • Loading branch information
notnotmelon committed Jan 18, 2025
1 parent e339c67 commit fa67f47
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Date: tba
- Moved hot air glassware from py science 1 unlock to hot air unlock. Resolves https://github.com/pyanodon/pybugreports/issues/811
- Bitumen extractors no longer show "disabled by script" and instead shows a custom status explaining that it requires drilling fluid.
- Removed all legacy low-res graphic files from pyanodon.
- Pumpjacks are no longer flippable. Resolves https://github.com/pyanodon/pybugreports/issues/786
---------------------------------------------------------------------------------------------------
Version: 3.0.10
Date: 2025-1-2
Expand Down
1 change: 0 additions & 1 deletion prototypes/buildings/pumpjack-mk01.lua
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ ENTITY {
dying_explosion = "big-explosion",
collision_box = {{-2.9, -2.9}, {2.9, 2.9}},
selection_box = {{-3.0, -3.0}, {3.0, 3.0}},
forced_symmetry = "diagonal-pos",
module_slots = 1,
allowed_effects = {"speed", "consumption"},
crafting_categories = {"pumpjack"},
Expand Down
1 change: 0 additions & 1 deletion prototypes/buildings/pumpjack-mk02.lua
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ ENTITY {
dying_explosion = "big-explosion",
collision_box = {{-3.4, -3.4}, {3.4, 3.4}},
selection_box = {{-3.5, -3.5}, {3.5, 3.5}},
forced_symmetry = "diagonal-pos",
module_slots = 2,
allowed_effects = {"speed", "consumption"},
crafting_categories = {"pumpjack"},
Expand Down
1 change: 0 additions & 1 deletion prototypes/buildings/pumpjack-mk03.lua
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ ENTITY {
dying_explosion = "big-explosion",
collision_box = {{-4.4, -4.4}, {4.4, 4.4}},
selection_box = {{-4.5, -4.5}, {4.5, 4.5}},
forced_symmetry = "diagonal-pos",
module_slots = 3,
allowed_effects = {"speed", "consumption"},
crafting_categories = {"pumpjack"},
Expand Down
1 change: 0 additions & 1 deletion prototypes/buildings/pumpjack-mk04.lua
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ ENTITY {
dying_explosion = "big-explosion",
collision_box = {{-5.4, -5.4}, {5.4, 5.4}},
selection_box = {{-5.5, -5.5}, {5.5, 5.5}},
forced_symmetry = "diagonal-pos",
module_slots = 4,
allowed_effects = {"speed", "consumption"},
crafting_categories = {"pumpjack"},
Expand Down

0 comments on commit fa67f47

Please sign in to comment.