revive stub

This commit is contained in:
INeedBots
2021-01-13 16:22:27 -06:00
parent 779a83a83a
commit 33fb299c27

View File

@ -1485,6 +1485,8 @@ start_bot_threads()
self thread bot_arena(); self thread bot_arena();
self thread bot_vip(); self thread bot_vip();
} }
self thread bot_think_revive();
} }
/* /*
@ -5879,6 +5881,13 @@ bot_dem_defend_spawnkill()
self notify("bad_path"); self notify("bad_path");
} }
/*
Bots think to revive
*/
bot_think_revive()
{
}
/* /*
Bots play the Global thermonuclear warfare Bots play the Global thermonuclear warfare
*/ */