Skip to content

Commit

Permalink
Update instructor_lessons.txt
Browse files Browse the repository at this point in the history
- "Tank Claw" hint had incorrect binding "+attack2".
- "Tank Rock" hint had incorrect binding "+attack".
- "Jockey Leap" hint had the incorrect ability_use of "ability_spit", and now uses the correct "ability_leap".
  • Loading branch information
Rayman1103 committed Sep 18, 2021
1 parent a9f1774 commit 400c97e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions left4dead2/scripts/instructor_lessons.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9972,7 +9972,7 @@
{
"local_player is" "player userid"
"string1 set" "string ability"
"string1 is" "string ability_spit"
"string1 is" "string ability_leap"
}
}

Expand All @@ -9982,7 +9982,7 @@
{
"local_player is" "player userid"
"string1 set" "string ability"
"string1 is" "string ability_spit"
"string1 is" "string ability_leap"
}
}
}
Expand Down Expand Up @@ -10092,7 +10092,7 @@

"success_limit" "2"

"binding" "+attack2"
"binding" "+attack"
"onscreen_icon" "use_binding"
"caption" "#L4D_Instructor_tank_claw"

Expand Down Expand Up @@ -10131,7 +10131,7 @@

"success_limit" "2"

"binding" "+attack"
"binding" "+attack2"
"onscreen_icon" "use_binding"
"caption" "#L4D_Instructor_tank_rock"

Expand Down

0 comments on commit 400c97e

Please sign in to comment.