3.9.1 Update

Current work here...
This commit is contained in:
Robert Fritzen 2017-06-20 13:44:29 -05:00
parent d69404f3aa
commit f25a53d74b
55 changed files with 1617 additions and 2011 deletions

View file

@ -302,7 +302,7 @@ datablock FlareProjectileData(GuardianFlare) {
function DeathEffect_Fireworks(%position) {
for(%i = 0; %i < getRandom(15, 25); %i++) {
%dir = vectorAdd(getRandomPosition(1, 0), "0 0 2"); //all up
%dir = vectorAdd(TWM2Lib_MainControl("getRandomPosition", 1 TAB 0), "0 0 2"); //all up
%fW = new (FlareProjectile)() {
datablock = FireworksRedFlareProj;
initialPosition = %position;