Skip to content
Snippets Groups Projects
Commit 2b91444b authored by dg's avatar dg
Browse files

Many new & redone sounds

Updated some NPCs tiles


git-svn-id: http://svn.net-core.org/repos/t-engine4@4557 51575b47-30f0-44d4-a5cc-537603b46e54
parent 0d6f73bf
No related branches found
No related tags found
No related merge requests found
Showing
with 6 additions and 9 deletions
return {
file = "actions/arrow.ogg",
volume = 30,
}
No preview for this file type
return {
file = "talents/fire.ogg",
file = "actions/coins.ogg",
volume = 50,
}
File added
File added
File added
return {
file = "talents/arcane.ogg",
volume = 50,
}
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
......@@ -205,7 +205,7 @@ newTalent{
nil, self:spellFriendlyFire()
)
game:playSoundNear(self, "talents/fire")
game:playSoundNear(self, "talents/devouringflame")
return true
end,
info = function(self, t)
......
......@@ -126,6 +126,7 @@ newEffect{
self.move_others = true
self.summoner = eff.src
self.summoner_gain_exp = true
if self.dead then return end
game.party:addMember(self, {
control="full",
type="thrall",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment