make the knife not kill you anymore (#2918)
Signed-off-by: AeraAulin <133451603+AeraAuling@users.noreply.github.com>
This commit is contained in:
parent
02dfcdac18
commit
8098d2d0a7
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue