Skip to content

Commit

Permalink
[Secret] Add ghost themes (#1479)
Browse files Browse the repository at this point in the history
  • Loading branch information
Morb0 authored Oct 2, 2023
1 parent 88b5662 commit 6e4608b
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 22 deletions.
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"

0 comments on commit 6e4608b

Please sign in to comment.