@@ -1625,7 +1625,7 @@ namespace Content.Shared.CCVar
|
|||||||
/// Allows flavor text (character descriptions)
|
/// Allows flavor text (character descriptions)
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static readonly CVarDef<bool> FlavorText =
|
public static readonly CVarDef<bool> FlavorText =
|
||||||
CVarDef.Create("ic.flavor_text", false, CVar.SERVER | CVar.REPLICATED);
|
CVarDef.Create("ic.flavor_text", true, CVar.SERVER | CVar.REPLICATED);
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Adds a period at the end of a sentence if the sentence ends in a letter.
|
/// Adds a period at the end of a sentence if the sentence ends in a letter.
|
||||||
|
|||||||
Reference in New Issue
Block a user