Increase monkey nade bag respawn time from 15 to 30 seconds

* Spam is bad
This commit is contained in:
squeek 2015-07-02 20:08:21 -07:00
parent fd0d9a03ac
commit 97de8673bf

View file

@ -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
})