public void removeVolStatus(VolatileAilments v) { volStatus ^= v; }
public void addVolStatus(VolatileAilments v) { volStatus |= v; }