Skip to content

Separated handicap into give and take variables

Dr. Jaska requested to merge drjaska/handicap into master

This patch allows players to nerf their damage output without being forced to increase their damage intake.

In the code handicap functions now have an additional parameter for whether they are dealing with receiving or giving damage which branches the code to handle different variables.

I've seen several people wish for this so I decided to do it.

Merge request reports