Skip to content

Commit

Permalink
Crawdad, dingrido, and phadaisus now support automated logistics requ…
Browse files Browse the repository at this point in the history
…ests.
  • Loading branch information
notnotmelon committed Nov 10, 2024
1 parent 2737d1b commit 16b4d60
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
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: ?
- Oculas are no longer minable while in-transit.
- Placing down an ocula will now cause that ocula to search the entire map for an available eyepod and fly to it. Resolves https://github.com/pyanodon/pybugreports/issues/388
- Fixed crawdad not eating a new piece of food to continue to fuel modules even when both slots have stacks of food loaded. Resolves https://github.com/pyanodon/pybugreports/issues/563
- Crawdad, dingrido, and phadaisus now support automated logistics requests.
---------------------------------------------------------------------------------------------------
Version: 3.0.20
Date: 2024-11-9
Expand Down
1 change: 1 addition & 0 deletions prototypes/creatures/crawdad.lua
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ data:extend {{
collision_box = {{-0.9, -1.3}, {0.9, 1.3}},
selection_box = {{-0.9, -1.3}, {0.9, 1.3}},
drawing_box_vertical_extension = 0.5,
trash_inventory_size = 10,
effectivity = 1,
braking_power = "2MW",
energy_source = {
Expand Down
1 change: 1 addition & 0 deletions prototypes/creatures/dingrido.lua
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ data:extend {{
collision_box = {{-0.9, -1.3}, {0.9, 1.3}},
selection_box = {{-0.9, -1.3}, {0.9, 1.3}},
drawing_box_vertical_extension = 0.5,
trash_inventory_size = 20,
effectivity = 0.98,
braking_power = "30MW",
energy_source = {
Expand Down
2 changes: 1 addition & 1 deletion prototypes/creatures/phadaisus.lua
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ data:extend {{
},
military_target = "spidertron-military-target",
},
trash_inventory_size = 10,
trash_inventory_size = 30,
minimap_representation = {
filename = "__pyalienlifegraphics2__/graphics/icons/caravan-map-tag-mk04.png",
flags = {"icon"},
Expand Down

0 comments on commit 16b4d60

Please sign in to comment.