remove grapple bow test

Seems to be outdated and can be tested in rope test
objectmenu
Maikel de Vries 2016-01-20 19:30:33 +01:00
parent ac122e4aa3
commit db9e3aa133
3 changed files with 0 additions and 19 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

View File

@ -1,5 +0,0 @@
[Head]
Title=GrappleBow
[Landscape]
TopOpen=0

View File

@ -1,14 +0,0 @@
func InitializePlayer(int plr)
{
var clonk = GetCrew(plr);
if (clonk)
{
clonk->CreateContents(GrappleBow);
clonk->CreateContents(WindBag);
clonk->CreateContents(Shovel);
clonk->CreateContents(GrappleBow);
clonk->CreateContents(Dynamite);
clonk->CreateContents(Dynamite);
clonk->SetPosition(300,100);
}
}