fix +1 days of suicide in the Gulag

This commit is contained in:
Jabak
2024-09-23 21:17:23 +03:00
parent 3418a7a039
commit 33f4e674c7

View File

@@ -135,7 +135,7 @@ public sealed partial class GulagSystem : SharedGulagSystem
return;
}
if (ev.Primary is not KillPlayerSource source)
if (ev.Primary is not KillPlayerSource source || ev.Suicide)
{
return;
}