Fix issue 756
In slaveJobValues()
we modify story variable $DJRepBonus
and remove the
local variable of the same name.
Closes #756 (closed).
In slaveJobValues()
we modify story variable $DJRepBonus
and remove the
local variable of the same name.
Closes #756 (closed).
It doesn't need to be a story variable at all as it is only used here.
I'm saying it should stay a local variable and the story variables dropped.
I see what you are saying now. I suppose it will need to be this way.
mentioned in commit 99bc970b
merged