diff --git a/bodies/sun.py b/bodies/sun.py index bd140cb815012eb52ad43aa1564ae7d3b9b220fe..6327522e8d479ac960d6f974b852d9b712b6e31c 100644 --- a/bodies/sun.py +++ b/bodies/sun.py @@ -40,6 +40,7 @@ class Sun(FixedStar): "show_name": show_name } super().__init__(**params) + self.glows = (12, 1.015, 0.08) @property def is_fixed_star(self):