Assigned missiles to fighters missing them.

This commit is contained in:
Steve 2015-11-01 10:51:05 +00:00
parent 090eab162d
commit b1b8b7773b
3 changed files with 15 additions and 3 deletions

View File

@ -17,5 +17,9 @@
"x" : 7, "x" : 7,
"y" : 0 "y" : 0
} }
] ],
"missiles" : {
"type" : "MISSILE_MISSILE",
"ammo" : 3
}
} }

View File

@ -17,5 +17,9 @@
"x" : 12, "x" : 12,
"y" : -2 "y" : -2
} }
] ],
"missiles" : {
"type" : "MISSILE_MISSILE",
"ammo" : 3
}
} }

View File

@ -22,5 +22,9 @@
"x" : -9, "x" : -9,
"y" : 0 "y" : 0
} }
] ],
"missiles" : {
"type" : "MISSILE_MISSILE",
"ammo" : 2
}
} }