diff --git a/fgd/bases/BaseClusteredDynLight.fgd b/fgd/bases/BaseClusteredDynLight.fgd index c02b3113..57088900 100644 --- a/fgd/bases/BaseClusteredDynLight.fgd +++ b/fgd/bases/BaseClusteredDynLight.fgd @@ -1,5 +1,11 @@ @BaseClass base(BaseClusteredLight) = BaseClusteredDynLight [ + spawnflags(flags) = + [ + 1: "Initially dark" : 0 + 2: "Shadowed" : 0 + 4: "Always Update": 0 + ] _lightmode(choices) : "Light mode" : 2 = [ 0: "Static"