Skip to content

Commit

Permalink
sound: No longer overrwitting item sounds for the vechicle dock.
Browse files Browse the repository at this point in the history
  • Loading branch information
notnotmelon committed Jan 2, 2025
1 parent 4970311 commit cb008bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion prototypes/item-sounds.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ end

add_sound_item("maraxsis-fishing-tower", item_sounds.fluid_inventory_move, item_sounds.fluid_inventory_pickup, item_sounds.fluid_inventory_move)
add_sound_item("maraxsis-big-cliff-explosives", item_sounds.atomic_bomb_inventory_move, item_sounds.atomic_bomb_inventory_pickup, item_sounds.atomic_bomb_inventory_move)
add_sound_item("sp-spidertron-dock", item_sounds.spidertron_inventory_move, item_sounds.spidertron_inventory_pickup, item_sounds.spidertron_inventory_move)
add_sound_item("maraxsis-diesel-submarine", item_sounds.mechanical_large_inventory_move, item_sounds.mechanical_large_inventory_pickup, item_sounds.mechanical_large_inventory_move)
add_sound_item("maraxsis-nuclear-submarine", item_sounds.mechanical_large_inventory_move, item_sounds.mechanical_large_inventory_pickup, item_sounds.mechanical_large_inventory_move)
add_sound_item("maraxsis-hydro-plant", item_sounds.fluid_inventory_move, item_sounds.fluid_inventory_pickup, item_sounds.fluid_inventory_move)
Expand Down

0 comments on commit cb008bf

Please sign in to comment.