mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
Update bomb_radius_visualizer.py
This commit is contained in:
parent
1884d9d6de
commit
fbf3e373bd
1 changed files with 5 additions and 1 deletions
|
|
@ -5,6 +5,10 @@
|
|||
|
||||
With this cutting edge technology, you precisely know
|
||||
how close to the bomb you can tread. Supports modified blast radius values!
|
||||
|
||||
Heavily commented for easy modding learning!
|
||||
|
||||
No Rights Reserved
|
||||
"""
|
||||
|
||||
from __future__ import annotations
|
||||
|
|
@ -82,4 +86,4 @@ class BombRadiusVisualizer(ba.Plugin):
|
|||
# Finally we """travel through the game files""" to replace the function we want with our own version.
|
||||
# We transplant the old function's arguments into our version.
|
||||
bastd.actor.bomb.Bomb.__init__ = new_bomb_init(bastd.actor.bomb.Bomb.__init__)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue