Issue Data
|
|
||||||||||||||||||||||||||||||
Same as #20493.
As I detailed there, it's a type mismatch in GenericDoctorScript. It's storing the amount of rads to heal in an Int, and the Rad counter isn't an Int (and is probably a Float from what I can see.) This truncates the fractional rads, which keeps the script from healing them.
As I detailed there, it's a type mismatch in GenericDoctorScript. It's storing the amount of rads to heal in an Int, and the Rad counter isn't an Int (and is probably a Float from what I can see.) This truncates the fractional rads, which keeps the script from healing them.
Showing Comments 1 - 1 of 1

Issue Data