Gulag v2 (#21)
* Components или чет типо того * Gulag System * Shared shit * Cvars * Ban manager update * Ghost roles shit * No ooc for gulaged * Connection manager update * Gulag proto shit * Merge conflict issue * Fixing shit * Фикс говняхи плюс QOL * Pendos loc * better loc * More qol * ctrl+s issue * No bwoink for banned * Ore shit * MAP!!!!!! --------- Co-authored-by: Mona Hmiza <you@example.com>
This commit is contained in:
12
Content.Shared/_Miracle/Cvars/MiracleCvars.cs
Normal file
12
Content.Shared/_Miracle/Cvars/MiracleCvars.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using Robust.Shared.Configuration;
|
||||
|
||||
namespace Content.Shared._Miracle.Cvars;
|
||||
|
||||
[CVarDefs]
|
||||
public sealed class MiracleCvars
|
||||
{
|
||||
// <points> / <ratio> = <time_in_seconds>
|
||||
// 100 / 10 = 10
|
||||
public static readonly CVarDef<double> GulagPointsToTimeRatio = CVarDef.Create("miracle.gulag.points_to_time",
|
||||
10.0d, CVar.SERVERONLY, "<points> / <ratio> = <time_in_seconds>");
|
||||
}
|
||||
6
Content.Shared/_Miracle/GulagSystem/SharedGulagSystem.cs
Normal file
6
Content.Shared/_Miracle/GulagSystem/SharedGulagSystem.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace Content.Shared._Miracle.GulagSystem;
|
||||
|
||||
public abstract class SharedGulagSystem : EntitySystem
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user