mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
Update sandbox.py
This commit is contained in:
parent
933f51c3f5
commit
1b8f35ed93
1 changed files with 2 additions and 1 deletions
|
|
@ -2132,7 +2132,8 @@ class Nice(mm.MainMenuWindow):
|
|||
n = n.node
|
||||
if i == 11: # Lit Mine
|
||||
n = Bomb(position=p, bomb_type='land_mine', bomb_scale=bss,
|
||||
blast_radius=br).autoretain().arm()
|
||||
blast_radius=br).autoretain()
|
||||
n.arm() # returns None
|
||||
n = n.node
|
||||
if i > 11 and i < 17: # Eggs
|
||||
from bascenev1lib.gameutils import SharedObjects
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue