NEVERMIND IT'S COMPLETELY FUCKING BROKEN.
This commit is contained in:
parent
eaf19d3007
commit
7c43dafd6a
6 changed files with 35 additions and 5 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue