"New player" admin logging improvements (#35961)
* Initial commit * Adjust a whoooole bunch of logs * Also spears * Track going crit * Review fix * Review fixes
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
[Serializable]
|
||||
public enum LogImpact : sbyte
|
||||
{
|
||||
Low = -1,
|
||||
Medium = 0,
|
||||
High = 1,
|
||||
Extreme = 2 // Nar'Sie just dropped
|
||||
Low = -1, // General logging
|
||||
Medium = 0, // Has impact on the round but not necessary for admins to be notified of
|
||||
High = 1, // Notable logs that come up in normal gameplay; new players causing these will pop up as admin alerts!
|
||||
Extreme = 2 // Irreversible round-impacting logs admins should always be notified of, OR big admin actions!!
|
||||
}
|
||||
|
||||
@@ -459,4 +459,9 @@ public enum LogType
|
||||
/// A player was selected or assigned antag status
|
||||
/// </summary>
|
||||
AntagSelection = 99,
|
||||
|
||||
/// <summary>
|
||||
/// Logs related to botany, such as planting and harvesting crops
|
||||
/// </summary>
|
||||
Botany = 100,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user