I hope we can just do quick questions back and forth like this to move through updates.
I'm trying to change values during the course of the fight. It seems pretty obvious but it doesn't work. Can you let me know what I'm doing wrong on this?
src/progs/torpy.cxx:121:33: fatal error: expression is not assignable
w1.fatigue().value()-=3;
I hope we can just do quick questions back and forth like this to move through updates.
I'm trying to change values during the course of the fight. It seems pretty obvious but it doesn't work. Can you let me know what I'm doing wrong on this?
src/progs/torpy.cxx:121:33: fatal error: expression is not assignable w1.fatigue().value()-=3;