* New nanite program: Race Sensor
* Replaced all "&"s in the "Other" check with "&&"s.
* Replaced all "&&"s in the "Other" check with "||"s.
* Trying out a different take on some of the code. (thanks to Willox for help)
* Fixed the race selection being stuck as "Human".
Fixed indentation in the allowed_species list.
* Fixed indentation of the allowed_species list's closing bracket.
* Removed the unnecessary death check.
* Deleted a redundant
Co-Authored-By: Qustinnus <Floydje123@hotmail.com>
* Made the allowed_species list static to conserve memory.
Replaced a "== FALSE" with an "!".
* Removed an unused var, "spent".
* Used a ternary operator for the "Mode" setting.