summaryrefslogtreecommitdiff
path: root/npc/001-1
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-1')
-rw-r--r--npc/001-1/bgmaster.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/npc/001-1/bgmaster.txt b/npc/001-1/bgmaster.txt
index 5087b7665..cd4af38c8 100644
--- a/npc/001-1/bgmaster.txt
+++ b/npc/001-1/bgmaster.txt
@@ -185,9 +185,7 @@ L_Beta:
$@FK_Team1 = bgnew("001-2",rand(105, 108), rand(37, 80),"start#bat_a02::OnSide1Quit","");
$@FK_Team2 = bgnew("001-2",rand(142, 145), rand(37, 80),"start#bat_a02::OnSide2Quit","");
- debugmes "FK Team 1 (%d) Team 2 (%d)", $@FK_Team1, $@FK_Team2;
- .@i = bgjoin($@FK_Team1, "001-2", rand(105, 108), rand(37, 80), getcharid(3));
- debugmes "Result: %d", .@i;
+ bgjoin($@FK_Team1, "001-2", rand(105, 108), rand(37, 80), getcharid(3));
setbgteam $@FK_Team1, 1;
setbgteam $@FK_Team2, 2;