Skip to content
Snippets Groups Projects
Commit cee605a8 authored by Robin Halseth Sandvik's avatar Robin Halseth Sandvik
Browse files

Changed default crit mod to 1.

parent f0bb8746
No related branches found
No related tags found
1 merge request!30Improvements to attacks.
......@@ -54,7 +54,7 @@ namespace BigSock {
/*
The how much to modify damage by when critting.
*/
public float CritDamageModifier { get; set; }
public float CritDamageModifier { get; set; } = 1;
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment