NEVERMIND IT'S COMPLETELY FUCKING BROKEN.

This commit is contained in:
Marisa the Magician 2021-01-24 15:32:38 +01:00
commit 7c43dafd6a
6 changed files with 35 additions and 5 deletions

View file

@ -650,7 +650,7 @@ Class FlakCannon : UTWeapon
}
if ( !Owner || !Owner.player || (Owner != players[consoleplayer].Camera) ) return;
ammoled.mygun = self;
TexMan.SetCameraToTexture(ammoled,"FlakALed",90);
//TexMan.SetCameraToTexture(ammoled,"FlakALed",90);
}
action void A_Loading( bool first = false )