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:
Ryan Liptak 2015-07-03 15:23:33 -07:00
commit 4b3f9e3f86

View file

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