Skip to content

Commit

Permalink
fix: Fishing tower no longer generates spores.
Browse files Browse the repository at this point in the history
  • Loading branch information
notnotmelon committed Jan 2, 2025
1 parent d689bcb commit 89f55fa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion prototypes/fishing-tower.lua
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ fishing_tower.name = "maraxsis-fishing-tower"
fishing_tower.minable = {mining_time = 0.5, result = "maraxsis-fishing-tower"}
fishing_tower.icon = "__maraxsis__/graphics/icons/fishing-tower.png"
fishing_tower.icon_size = 64
fishing_tower.max_health = 300
fishing_tower.max_health = 500
fishing_tower.surface_conditions = {{
property = "pressure",
min = 200000,
Expand All @@ -94,6 +94,8 @@ scale_sprite_recursive(fishing_tower.graphics_set)
scale_sprite_recursive(fishing_tower.crane.parts)
fishing_tower.collision_box = {{-1.9, -1.9}, {1.9, 1.9}}
fishing_tower.selection_box = {{-2, -2}, {2, 2}}
fishing_tower.emissions_per_second = nil
fishing_tower.energy_source.emissions_per_minute = nil
fishing_tower.radius_visualisation_picture = {
filename = "__maraxsis__/graphics/entity/fishing-tower/radius-visualization.png",
width = 6,
Expand Down

0 comments on commit 89f55fa

Please sign in to comment.