mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2025-10-20 00:00:39 +00:00
Added colorful explosion plugin.
This commit is contained in:
parent
2fccc40432
commit
a84228d570
3 changed files with 356 additions and 0 deletions
3
dist/ba_root/mods/custom_hooks.py
vendored
3
dist/ba_root/mods/custom_hooks.py
vendored
|
|
@ -80,6 +80,9 @@ def bootstraping():
|
|||
elPatronPowerups.enable()
|
||||
if settings["mikirogQuickTurn"]["enable"]:
|
||||
from plugins import wavedash # pylint: disable=unused-import
|
||||
if settings["colorful_explosions"]["enable"]:
|
||||
from plugins import color_explosion
|
||||
color_explosion.enable()
|
||||
if settings["ballistica_web"]["enable"]:
|
||||
import bcs_plugin
|
||||
bcs_plugin.enable()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue