Modify Blunderbuss in order to work with Rule_Relaunch

alut-include-path
Fulgen301 2017-03-30 14:08:53 +02:00
parent b76cedbe7e
commit b7108ff836
1 changed files with 5 additions and 0 deletions

View File

@ -228,6 +228,11 @@ public func GetCarryTransform()
return Trans_Rotate(90, 1, 0, 0);
}
public func OnRelaunchCreation()
{
CreateContents(LeadBullet);
}
public func Definition(def)
{
SetProperty("PictureTransformation", Trans_Mul(Trans_Translate(1500, 0, -1500), Trans_Rotate(170, 0, 1, 0), Trans_Rotate(30, 0, 0, 1)), def);