Skip to content

Commit

Permalink
missed'em
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitawastaken committed Dec 16, 2023
1 parent 2113e2d commit 19bd31f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 4 additions & 2 deletions req/mission_script/firestarter_2.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
return {
[107196] = {
ponr = 60,
ponr_player_mul = {2.5, 1.5, 1, 1}
ponr = {
length = 60,
player_mul = {2.5, 1.5, 1, 1}
}
}
}
5 changes: 4 additions & 1 deletion req/mission_script/flat.lua
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,9 @@ return {
},
-- add point of no return
[101016] = {
ponr = 180
ponr = {
length = 180,
player_mul = {1.33, 1.167, 1, 1}
}
}
}

0 comments on commit 19bd31f

Please sign in to comment.