Skip to content

Commit

Permalink
fix: Throwing items into the ocean no longer voids them. Resolves #59
Browse files Browse the repository at this point in the history
  • Loading branch information
notnotmelon committed Dec 7, 2024
1 parent 0e9b80d commit 31f84a4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions prototypes/tile/water-and-cliffs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ local waterifiy = {
tile.map_color = maraxsis.color_combine(tile.map_color or data.raw.tile["water"].map_color, data.raw.tile["deepwater"].map_color, 0.25)
tile.absorptions_per_second = table.deepcopy(data.raw.tile["water"].absorptions_per_second)
tile.draw_in_water_layer = true
tile.destroys_dropped_items = true
tile.default_destroyed_dropped_item_trigger = default_destroyed_dropped_item_trigger()
tile.walking_speed_modifier = 0.2
tile.allows_being_covered = false
water_tile_type_names[#water_tile_type_names + 1] = tile.name
Expand Down

0 comments on commit 31f84a4

Please sign in to comment.