rules can add modifiers to map!

This commit is contained in:
Ed
2025-09-23 22:46:46 +03:00
parent fe8b2d1122
commit ab47b92ad2
5 changed files with 65 additions and 19 deletions

View File

@@ -6,7 +6,7 @@ namespace Content.Server._CP14.WeatherControl;
/// <summary>
/// is the controller that hangs on the prototype map. It regulates which weather rules are run and where they are run.
/// </summary>
[RegisterComponent, AutoGenerateComponentPause, Access(typeof(CP14WeatherControllerSystem), typeof(CP14WeatherRule))]
[RegisterComponent, AutoGenerateComponentPause, Access(typeof(CP14WeatherControllerSystem))]
public sealed partial class CP14WeatherControllerComponent : Component
{
[DataField]