pls be MINDful of MIND
This commit is contained in:
parent
b1a9e71f4b
commit
e4e9f12e10
@ -1041,7 +1041,7 @@ impl Mag {
|
|||||||
self.def = self.def & 0xFFFE;
|
self.def = self.def & 0xFFFE;
|
||||||
self.pow = self.pow & 0xFFFE;
|
self.pow = self.pow & 0xFFFE;
|
||||||
self.dex = self.dex & 0xFFFE;
|
self.dex = self.dex & 0xFFFE;
|
||||||
self.mind = self.mind & 0xFFFE;
|
self.mnd = self.mnd & 0xFFFE;
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: this needs more checks on validity
|
// TODO: this needs more checks on validity
|
||||||
|
Loading…
x
Reference in New Issue
Block a user