mirror of
https://github.com/fortressforever/fortressforever-scripts.git
synced 2024-11-21 20:21:09 +00:00
ff_monkey: Bump regular respawn bag respawn time up to 7 seconds (from 2 secs)
This commit is contained in:
parent
97de8673bf
commit
0b7b85f67c
1 changed files with 2 additions and 2 deletions
|
@ -65,7 +65,7 @@ redmonkeypack = genericbackpack:new({
|
|||
shells = 200,
|
||||
rockets = 200,
|
||||
cells = 200,
|
||||
respawntime = 2,
|
||||
respawntime = 7,
|
||||
model = "models/items/backpack/backpack.mdl",
|
||||
materializesound = "Item.Materialize",
|
||||
touchsound = "Backpack.Touch",
|
||||
|
@ -101,7 +101,7 @@ bluemonkeypack = genericbackpack:new({
|
|||
shells = 200,
|
||||
rockets = 200,
|
||||
cells = 200,
|
||||
respawntime = 2,
|
||||
respawntime = 7,
|
||||
model = "models/items/backpack/backpack.mdl",
|
||||
materializesound = "Item.Materialize",
|
||||
touchsound = "Backpack.Touch",
|
||||
|
|
Loading…
Reference in a new issue