Update sandbox.py

This commit is contained in:
BrotherBoard 2024-05-17 08:56:12 +03:00 committed by GitHub
parent 933f51c3f5
commit 1b8f35ed93
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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