* tweaks. * aaaaaa * aaaaa * Revert "aaaaa" This reverts commit d95c6d6cedeac70d9c882533f115c229a69ee38a. * yes * AlwaysPoweredMap, remove biomes. * forget.. * sky * Updated map * Update PlanetPrisonStationSystem.cs * Update EmergencyShuttleSystem.cs --------- Co-authored-by: SplikZerys <tronezero700@yandex.ru> Co-authored-by: Vigers Ray <60344369+VigersRay@users.noreply.github.com>
6 lines
196 B
C#
6 lines
196 B
C#
using Robust.Shared.GameStates;
|
|
|
|
namespace Content.Shared._Sunrise.AlwaysPoweredMap;
|
|
|
|
[RegisterComponent, NetworkedComponent]
|
|
public sealed partial class AlwaysPoweredMapComponent : Component;
|