Modify damage logging. (#5579)
This commit is contained in:
@@ -40,5 +40,17 @@ public enum LogType
|
||||
Pickup = 36,
|
||||
Drop = 37,
|
||||
BulletHit = 38,
|
||||
MeleeHit = 41,
|
||||
HitScanHit = 42,
|
||||
Suicide = 43,
|
||||
Explosion = 44,
|
||||
Radiation = 45,
|
||||
Barotrauma = 46,
|
||||
Flammable = 47,
|
||||
Asphyxiation = 48,
|
||||
Temperature = 49,
|
||||
Hunger = 50,
|
||||
Thirst = 51,
|
||||
Electrocution = 52,
|
||||
CrayonDraw = 39,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user