ff_monkey: Bump regular respawn bag respawn time up to 7 seconds (from 2 secs)

This commit is contained in:
squeek 2015-08-06 23:57:24 -07:00
parent 97de8673bf
commit 0b7b85f67c

View file

@ -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",