mirror of
https://github.com/fortressforever/fortressforever-scripts.git
synced 2024-11-10 07:11:42 +00:00
Update training for jetpack (closes fortressforever/fortressforever#345)
This commit is contained in:
parent
d8b6542648
commit
9179b7a50a
1 changed files with 4 additions and 4 deletions
|
@ -190,14 +190,14 @@ stage_info = {
|
|||
},
|
||||
[10] = {
|
||||
stage_type = HORIZONTAL_JUMP,
|
||||
stage_name = "Flamethrower",
|
||||
stage_name = "Jetpack",
|
||||
stage_specific = "Application",
|
||||
stage_checklist = "Flamethrower",
|
||||
stage_checklist = "Jetpack",
|
||||
stage_code = "a_ft",
|
||||
stage_complete = false,
|
||||
stage_class = Player.kPyro,
|
||||
stage_key_text = "Shoot flamethrower:",
|
||||
stage_key = "%+attack%",
|
||||
stage_key_text = "Use jetpack:",
|
||||
stage_key = "%+attack2%",
|
||||
stage_limits = {
|
||||
force_hhconc = false,
|
||||
force_dropconc = false,
|
||||
|
|
Loading…
Reference in a new issue