Rock Bottom: Always start with a sword (#1556)

install-platforms
Lukas Werling 2017-12-23 11:46:08 +01:00
parent d42e23a503
commit ec77fe8744
1 changed files with 7 additions and 1 deletions

View File

@ -118,6 +118,12 @@ global func CreateChestContents(id obj_id)
return;
}
// GameCall from RelaunchContainer.
public func OnClonkEnteredRelaunch(object clonk)
{
clonk->CreateContents(Sword);
}
// GameCall from RelaunchContainer.
public func OnClonkLeftRelaunch(object clonk)
{
@ -132,4 +138,4 @@ public func RelaunchPosition()
}
public func KillsToRelaunch() { return 0; }
public func RelaunchWeaponList() { return [Bow, Shield, Sword, Firestone, Dynamite, Javelin, Blunderbuss]; }
public func RelaunchWeaponList() { return [Bow, Shield, Firestone, Dynamite, Javelin, Blunderbuss]; }