* Nanite Increased Diagnostics Program (#53157)
Makes nanite reduced diagnostic function baseline and adds new increased diagnostics program
* A better way
* Increased Harmonic Nanite research costs by +1000/+1000
* Harmonic nanite passive boost.
* Makes nanite reduced diagnostic function baseline and adds new increased diagnostics program
Co-authored-by: Timberpoes <silent_insomnia_pp@hotmail.co.uk>
* General nanite nerfs. (#52937)
Nanites have recieved a general nerf, mostly in the healing department. This is probably not enough nerfs, actually.
* General nanite nerfs.
Co-authored-by: CRITAWAKETS <sebastienracicot@hotmail.com>
* Confusion will no longer continue to confuse after being cured (#52286)
* Confusion will no longer continue to confuse after being cured
* Grammar comment fix
* Move to status effect
* Remove test per request
* Make confusion a status effect, confusion curing now completely neuters the confusion
* set_confusion changes, get_confusion
* Fix confusion going down twice per tick
* Change strength = to proc
* Move procs to status_procs
* Confusion will no longer continue to confuse after being cured
Co-authored-by: Jared-Fogle <35135081+Jared-Fogle@users.noreply.github.com>
🆑 coiax
add: The Nanite Host Scan program can now scan the host for wounds.
/🆑
You can scan for two out of the three things a medical scanner can scan
for, why not also determine how broken your leg is?
* Nanite TGUI-Next + Dropdown
nanite remote
program hub and better remote
fuck it let's make a dropdown component, time to die
DROPDOWN WORKING HOLY SHIT
more dropdown work
cleanup + fixes
new timer system
nanite work
jj
functional dropdown + final structure for backend, more refactor needed
dropdown being insane
oh my god dropdown actually works correctly for once
massive backend refactor
small fix + docs
dropdown optimizations + width
wip nanite cloud control
forgot it
cloud controller
bunch of work
final chamber console
nanite remotes
rebuild
small tweaks
rebuild after rebase
* fixes
* big refactor to useFrontend, use standard style
* whoops
* small changes
* rebuild
* small fixes and tweaks + documentation on dropdown and collapsible
* small tweak to programmer ui
* Cosmetic
* 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.
* Adds sorting to most input() lists.
* Sorted some global lists, added more input sorting
* Should now use correct sort everywhere.
* compiles
* Last fixes.