Skip to content

Commit

Permalink
change undercover ffo timer trigger and length
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitawastaken committed Jul 11, 2024
1 parent a71b551 commit 15ed459
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions lua/groupaitweakdata.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1998,6 +1998,7 @@ Hooks:PostHook(GroupAITweakData, "_init_task_data", "eclipse__init_task_data", f
firestarter_2 = true,
dah = true,
rvd2 = true,
man = true,
}

-- Control
Expand Down
4 changes: 2 additions & 2 deletions req/mission_script/man.lua
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
return {
[101433] = {
[100695] = {
ponr = {
length = 60,
player_mul = {1.25, 1, 1, 0.75}
player_mul = {1.25, 1, 0.75, 0.5}
}
},
-- Give saw to all players
Expand Down

0 comments on commit 15ed459

Please sign in to comment.