mirror of
https://github.com/fortressforever/fortressforever-scripts.git
synced 2024-11-21 20:21:09 +00:00
Increase monkey nade bag respawn time from 15 to 30 seconds
* Spam is bad
This commit is contained in:
parent
fd0d9a03ac
commit
97de8673bf
1 changed files with 2 additions and 2 deletions
|
@ -138,7 +138,7 @@ redmonkeygrenades = genericbackpack:new({
|
|||
materializesound = "Item.Materialize",
|
||||
touchsound = "Backpack.Touch",
|
||||
touchflags = {AllowFlags.kRed},
|
||||
respawntime = 15,
|
||||
respawntime = 30,
|
||||
botgoaltype = Bot.kBackPack_Ammo
|
||||
})
|
||||
|
||||
|
@ -153,7 +153,7 @@ bluemonkeygrenades = genericbackpack:new({
|
|||
materializesound = "Item.Materialize",
|
||||
touchsound = "Backpack.Touch",
|
||||
touchflags = {AllowFlags.kBlue},
|
||||
respawntime = 15,
|
||||
respawntime = 30,
|
||||
botgoaltype = Bot.kBackPack_Ammo
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in a new issue