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

@ -8,6 +8,16 @@ Class PulseGunLED : Actor
Actor base, digits[3], bar;
transient PulseGun mygun;
Default
{
+NOGRAVITY;
+NOBLOCKMAP;
+NOINTERACTION;
+DONTSPLASH;
Radius .1;
Height 0;
}
override void PostBeginPlay()
{
SetOrigin((PULSELEDBASE+64,128,99),false);
@ -46,6 +56,16 @@ Class FlakCannonLED : Actor
Actor base, digits[3];
transient FlakCannon mygun;
Default
{
+NOGRAVITY;
+NOBLOCKMAP;
+NOINTERACTION;
+DONTSPLASH;
Radius .1;
Height 0;
}
override void PostBeginPlay()
{
SetOrigin((FLAKLEDBASE+32,64,45),false);
@ -72,6 +92,16 @@ Class MinigunLED : Actor
Actor base, digits[3];
transient Minigun mygun;
Default
{
+NOGRAVITY;
+NOBLOCKMAP;
+NOINTERACTION;
+DONTSPLASH;
Radius .1;
Height 0;
}
override void PostBeginPlay()
{
SetOrigin((MINILEDBASE+32,32,18),false);