mirror of
https://github.com/fortressforever/fortressforever-scripts.git
synced 2024-11-22 12:41:17 +00:00
Merge pull request #49 from fortressforever/spam-is-bad
Increase monkey nade bag respawn time from 15 to 30 seconds
This commit is contained in:
commit
4b3f9e3f86
1 changed files with 2 additions and 2 deletions
|
@ -138,7 +138,7 @@ redmonkeygrenades = genericbackpack:new({
|
||||||
materializesound = "Item.Materialize",
|
materializesound = "Item.Materialize",
|
||||||
touchsound = "Backpack.Touch",
|
touchsound = "Backpack.Touch",
|
||||||
touchflags = {AllowFlags.kRed},
|
touchflags = {AllowFlags.kRed},
|
||||||
respawntime = 15,
|
respawntime = 30,
|
||||||
botgoaltype = Bot.kBackPack_Ammo
|
botgoaltype = Bot.kBackPack_Ammo
|
||||||
})
|
})
|
||||||
|
|
||||||
|
@ -153,7 +153,7 @@ bluemonkeygrenades = genericbackpack:new({
|
||||||
materializesound = "Item.Materialize",
|
materializesound = "Item.Materialize",
|
||||||
touchsound = "Backpack.Touch",
|
touchsound = "Backpack.Touch",
|
||||||
touchflags = {AllowFlags.kBlue},
|
touchflags = {AllowFlags.kBlue},
|
||||||
respawntime = 15,
|
respawntime = 30,
|
||||||
botgoaltype = Bot.kBackPack_Ammo
|
botgoaltype = Bot.kBackPack_Ammo
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue