Modify Bow in order to work with Rule_Relaunch

alut-include-path
Fulgen301 2017-03-30 14:08:38 +02:00
parent 51d61d1b26
commit b76cedbe7e
1 changed files with 6 additions and 0 deletions

View File

@ -232,6 +232,12 @@ public func GetCarrySpecial(clonk)
if(fAiming) return "pos_hand2";
}
public func OnRelaunchCreation()
{
CreateContents(Arrow);
}
func Definition(def)
{
def.PictureTransformation = Trans_Mul(Trans_Translate(-4000,-2000,4000),Trans_Rotate(180,0,1,0),Trans_Rotate(-45,0,0,1));