* Finish rocket launcher block

This commit is contained in:
iProgramInCpp
2023-12-31 15:06:05 +02:00
parent de020470f4
commit 90bd2935d4
5 changed files with 41 additions and 16 deletions

View File

@@ -699,7 +699,7 @@ void Tile::initTiles()
->setDescriptionId("cryingObsidian");
// Jolly
Tile::rocketLauncher = (new RocketLauncherTile(TILE_ROCKET_LAUNCHER, 16*14+2))
Tile::rocketLauncher = (new RocketLauncherTile(TILE_ROCKET_LAUNCHER))
->init()
->setSoundType(Tile::SOUND_STONE)
->setDescriptionId("rocketLauncher");