Add mind and ghost logs (#13306)

This commit is contained in:
Chief-Engineer
2023-01-04 00:49:15 -06:00
committed by GitHub
parent 0907989e94
commit 1ceff51a69
5 changed files with 61 additions and 11 deletions

View File

@@ -29,7 +29,7 @@ namespace Content.Server.Ghost
return;
}
if (!EntitySystem.Get<GameTicker>().OnGhostAttempt(mind, true))
if (!EntitySystem.Get<GameTicker>().OnGhostAttempt(mind, true, viaCommand:true))
{
shell?.WriteLine("You can't ghost right now.");
return;