mknet/scenarios/garage-warp
2022-09-15 17:33:42 +02:00

14 lines
181 B
Python
Executable file

#!/usr/bin/env python3
from fragments import garage, warp, shared
if shared.id() == 1:
garage.deploy_coord()
warp.on_garage()
garage.delete_key()
garage.destroy()
else