mirror of
https://github.com/fortressforever/fortressforever-scripts.git
synced 2024-11-22 04:31:07 +00:00
Merge pull request #68 from fortressforever/training-jetpack
Update training for jetpack
This commit is contained in:
commit
4bd7c7bcfa
1 changed files with 4 additions and 4 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue