From 97de8673bf89a63e1394e8ea9d3fa3b6a9ea5506 Mon Sep 17 00:00:00 2001 From: squeek Date: Thu, 2 Jul 2015 20:08:21 -0700 Subject: [PATCH] Increase monkey nade bag respawn time from 15 to 30 seconds * Spam is bad --- maps/ff_monkey.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/maps/ff_monkey.lua b/maps/ff_monkey.lua index a9df56c..2b7be7b 100644 --- a/maps/ff_monkey.lua +++ b/maps/ff_monkey.lua @@ -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 })