Merge pull request #68 from fortressforever/training-jetpack

Update training for jetpack
This commit is contained in:
Ryan Liptak 2018-02-02 21:39:11 -08:00 committed by GitHub
commit 4bd7c7bcfa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -190,14 +190,14 @@ stage_info = {
}, },
[10] = { [10] = {
stage_type = HORIZONTAL_JUMP, stage_type = HORIZONTAL_JUMP,
stage_name = "Flamethrower", stage_name = "Jetpack",
stage_specific = "Application", stage_specific = "Application",
stage_checklist = "Flamethrower", stage_checklist = "Jetpack",
stage_code = "a_ft", stage_code = "a_ft",
stage_complete = false, stage_complete = false,
stage_class = Player.kPyro, stage_class = Player.kPyro,
stage_key_text = "Shoot flamethrower:", stage_key_text = "Use jetpack:",
stage_key = "%+attack%", stage_key = "%+attack2%",
stage_limits = { stage_limits = {
force_hhconc = false, force_hhconc = false,
force_dropconc = false, force_dropconc = false,