1
0

Merge pull request #2030 from beeduck/master

Issue #1868 and Issue #1984
This commit is contained in:
worktycho
2015-05-21 07:50:30 +01:00
3 changed files with 19 additions and 3 deletions

View File

@@ -362,6 +362,7 @@ cWorld::~cWorld()
void cWorld::CastThunderbolt (int a_BlockX, int a_BlockY, int a_BlockZ)
{
BroadcastThunderbolt(a_BlockX, a_BlockY, a_BlockZ);
BroadcastSoundEffect("ambient.weather.thunder", a_BlockX, a_BlockY, a_BlockZ, 50, 1);
}