Remove lights compref (#19531)
This commit is contained in:
@@ -8,6 +8,7 @@ using Robust.Client.Animations;
|
||||
using Robust.Client.Graphics;
|
||||
using Robust.Client.UserInterface;
|
||||
using Robust.Client.UserInterface.Controls;
|
||||
using Robust.Shared.Graphics;
|
||||
|
||||
namespace Content.Client.Weapons.Ranged.Systems;
|
||||
|
||||
|
||||
@@ -312,8 +312,8 @@ public sealed partial class GunSystem : SharedGunSystem
|
||||
light.NetSyncEnabled = false;
|
||||
Lights.SetEnabled(uid, true, light);
|
||||
Lights.SetRadius(uid, 2f, light);
|
||||
light.Color = Color.FromHex("#cc8e2b");
|
||||
light.Energy = 5f;
|
||||
Lights.SetColor(uid, Color.FromHex("#cc8e2b"), light);
|
||||
Lights.SetEnergy(uid, 5f, light);
|
||||
|
||||
var animTwo = new Animation()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user