aboutsummaryrefslogtreecommitdiff
path: root/scenarios/garage-warp
diff options
context:
space:
mode:
Diffstat (limited to 'scenarios/garage-warp')
-rwxr-xr-xscenarios/garage-warp8
1 files changed, 7 insertions, 1 deletions
diff --git a/scenarios/garage-warp b/scenarios/garage-warp
index e8d466a..0f00580 100755
--- a/scenarios/garage-warp
+++ b/scenarios/garage-warp
@@ -1,7 +1,13 @@
#!/usr/bin/env python3
from fragments import garage, warp, shared
+
+
if shared.id() == 1:
- pass
+ garage.deploy_coord()
+ warp.on_garage()
+ garage.delete_key()
+ garage.destroy()
+else