Browse Source

updates dos01 to trigger array

Erinn 8 years ago
parent
commit
8748791c7b
1 changed files with 3 additions and 3 deletions
  1. 3 3
      levels/03 DoS/dos01.json

+ 3 - 3
levels/03 DoS/dos01.json

@@ -24,12 +24,12 @@
 		}
 		}
 	],
 	],
 	timeline:[],
 	timeline:[],
-	triggers:{
-		t0:{
+	triggers:[
+		{
 			type:"packet",
 			type:"packet",
 			device:"Google",
 			device:"Google",
 			times:50
 			times:50
 		}
 		}
-	},
+	],
 	nextLevel:"03 DoS/dos02.json"
 	nextLevel:"03 DoS/dos02.json"
 }
 }