make the knife not kill you anymore (#2918)

Signed-off-by: AeraAulin <133451603+AeraAuling@users.noreply.github.com>
This commit is contained in:
AeraAulin 2025-02-07 00:07:33 -08:00 committed by GitHub
parent 02dfcdac18
commit 8098d2d0a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -19,6 +19,6 @@ namespace Content.Server.Psionics
/// Punish when used against a non-psychic.
/// </summary
[DataField("punish")]
public bool Punish = true;
public bool Punish = false;
}
}