pls be MINDful of MIND

This commit is contained in:
andy 2020-09-08 18:40:58 -03:00
parent b1a9e71f4b
commit e4e9f12e10

View File

@ -1041,7 +1041,7 @@ impl Mag {
self.def = self.def & 0xFFFE;
self.pow = self.pow & 0xFFFE;
self.dex = self.dex & 0xFFFE;
self.mind = self.mind & 0xFFFE;
self.mnd = self.mnd & 0xFFFE;
}
// TODO: this needs more checks on validity