Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Secret] Add ghost themes #1479

Merged
merged 1 commit into from
Oct 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
# Secret
Resources/Prototypes/CorvaxSecrets
Resources/Prototypes/CorvaxSecretsServer
Resources/Textures/CorvaxSecrets
Resources/Locale/ru-RU/corvax-secrets

# Build results
[Dd]ebug/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
using Content.Corvax.Interfaces.Shared;
using Robust.Shared.Maths;

namespace Content.Corvax.Interfaces.Client;

public interface IClientSponsorsManager : ISharedSponsorsManager
{
public List<string> Prototypes { get; }
public bool PriorityJoin { get; }
public Color? OocColor { get; }
public int ExtraCharSlots { get; }
}

This file was deleted.

9 changes: 0 additions & 9 deletions Resources/Locale/ru-RU/corvax/join-queue/queue-screen.ftl

This file was deleted.

2 changes: 1 addition & 1 deletion Secrets
Submodule Secrets updated from 9851c2 to 04ae3d
6 changes: 4 additions & 2 deletions Tools/corvax/setup_secrets.ps1
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
New-Item -ItemType Junction -Path "Resources\Prototypes\CorvaxSecrets" -Target "Secrets\Prototypes"
New-Item -ItemType Junction -Path "Resources\Prototypes\CorvaxSecretsServer" -Target "Secrets\ServerPrototypes"
New-Item -ItemType Junction -Path "Resources\Prototypes\CorvaxSecrets" -Target "Secrets\Resources\Prototypes"
New-Item -ItemType Junction -Path "Resources\Prototypes\CorvaxSecretsServer" -Target "Secrets\Resources\ServerPrototypes"
New-Item -ItemType Junction -Path "Resources\Locale\ru-RU\corvax-secrets" -Target "Secrets\Resources\Locale"
New-Item -ItemType Junction -Path "Resources\Textures\CorvaxSecrets" -Target "Secrets\Resources\Textures"
Loading