fix lightbulb color (#39623)
This commit is contained in:
@@ -22,8 +22,7 @@ public abstract class SharedLightBulbSystem : EntitySystem
|
||||
private void OnInit(EntityUid uid, LightBulbComponent bulb, ComponentInit args)
|
||||
{
|
||||
// update default state of bulbs
|
||||
SetColor(uid, bulb.Color, bulb);
|
||||
SetState(uid, bulb.State, bulb);
|
||||
UpdateAppearance(uid, bulb);
|
||||
}
|
||||
|
||||
private void HandleLand(EntityUid uid, LightBulbComponent bulb, ref LandEvent args)
|
||||
|
||||
Reference in New Issue
Block a user