#!/bin/sh

sh scripts/create_explosion.sh "fiery"
sh scripts/create_explosion.sh "frosty"
sh scripts/create_explosion.sh "magical"
sh scripts/create_explosion.sh "muddy"
sh scripts/create_explosion.sh "noxious"
sh scripts/create_explosion.sh "wet"

