light returns (#1621)

This commit is contained in:
Red
2025-08-06 13:18:09 +03:00
committed by GitHub
parent a4cdcf0a1f
commit 5690c94ee2
4 changed files with 41 additions and 45 deletions

View File

@@ -69,6 +69,7 @@ public sealed partial class StatusEffectsSystem : EntitySystem
_container.EnsureContainer<Container>(ent, StatusEffectContainerComponent.ContainerId);
// We show the contents of the container to allow status effects to have visible sprites.
ent.Comp.ActiveStatusEffects.ShowContents = true;
ent.Comp.ActiveStatusEffects.OccludesLight = false;
}
private void OnStatusContainerShutdown(Entity<StatusEffectContainerComponent> ent, ref ComponentShutdown args)