Skip to content

Commit

Permalink
Replace sounds (#4)
Browse files Browse the repository at this point in the history
* Replace sounds

* Add license file
  • Loading branch information
LoneWolfHT authored Mar 5, 2024
1 parent 4aafb54 commit f32e54d
Show file tree
Hide file tree
Showing 21 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ Lone_Wolf (CC0):
i3_tab.ogg
i3_click.ogg
i3_cannot.ogg
i3_achievement.ogg
i3_heavy_armor.ogg and variations
i3_light_armor.ogg and variations
i3_skin_change.ogg
i3_teleport.ogg
i3_trash.ogg

MadPanCake (CC0):
i3_craft.ogg (https://freesound.org/people/MadPanCake/sounds/567849/)
Expand Down
Binary file modified sounds/i3_achievement.ogg
Binary file not shown.
Binary file added sounds/i3_heavy_armor.0.ogg
Binary file not shown.
Binary file added sounds/i3_heavy_armor.1.ogg
Binary file not shown.
Binary file added sounds/i3_heavy_armor.2.ogg
Binary file not shown.
Binary file modified sounds/i3_heavy_armor.ogg
Binary file not shown.
Binary file removed sounds/i3_heavy_helmet.ogg
Binary file not shown.
Binary file removed sounds/i3_heavy_leggings.ogg
Binary file not shown.
Binary file removed sounds/i3_heavy_shield.ogg
Binary file not shown.
Binary file added sounds/i3_light_armor.0.ogg
Binary file not shown.
Binary file added sounds/i3_light_armor.1.ogg
Binary file not shown.
Binary file not shown.
Binary file modified sounds/i3_light_armor.ogg
Binary file not shown.
Binary file removed sounds/i3_light_boots.ogg
Binary file not shown.
Binary file removed sounds/i3_light_helmet.ogg
Binary file not shown.
Binary file removed sounds/i3_light_leggings.ogg
Binary file not shown.
Binary file removed sounds/i3_light_shield.ogg
Binary file not shown.
Binary file modified sounds/i3_skin_change.ogg
Binary file not shown.
Binary file modified sounds/i3_teleport.ogg
Binary file not shown.
Binary file modified sounds/i3_trash.ogg
Binary file not shown.
8 changes: 4 additions & 4 deletions src/callbacks.lua
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@ if core.global_exists"armor" then
i3.modules.armor = true

local group_indexes = {
{"armor_head", "i3_heavy_helmet"},
{"armor_head", "i3_heavy_armor"},
{"armor_torso", "i3_heavy_armor"},
{"armor_legs", "i3_heavy_leggings"},
{"armor_feet", "i3_heavy_boots"},
{"armor_shield", "i3_heavy_shield"},
{"armor_legs", "i3_heavy_armor"},
{"armor_feet", "i3_heavy_armor"},
{"armor_shield", "i3_heavy_armor"},
}

local function check_group(def, group)
Expand Down

0 comments on commit f32e54d

Please sign in to comment.