* Port estrous quirks from SPLURT
This commit ports quirks related to the animal breeding cycle from the downstream server SPLURT.
* Add null check for ashwalker round_season
Adds a null value check for round_id in ashwalker estrous code to prevent possible runtime issues.
* Add Sandstorm balance config
Allows changing settings for the Cryptominer, Autodoc, and Bluespace Miner.
* Update server config with real-time values
Sandstorm balance configurations have been updated to read values in real time whenever possible.
Values are now set using defines, and any that could not use them have been disabled.
A new configuration has been added to control when the bluespace mining machine can produce bluespace crystals.
* Fixes a critical cryptominer issue
Fixes a tremendous coding oversight that added two additional whitespace characters to the cryptominer machine file.
* Fix incorrect config value for BSMs
Fixes a mistaken definition for BLUESPACE_MINER_CRYSTAL_TIER pointing to a previously used value.
* Undefine balance config defines
Adds an undefine statement for all balance config value defines.
* Properly undefine definitions
Fixes incorrect term usage for undefining a value.
* Saliith plushie overhaul
This commit makes the following changes
- Adds comments
- Adds resistance flags
- Adds flag unstuffable
- Adds more examine messages
- Adds exemption for brainwashed victims
- Adds a pinpointer to find the toy
- Removes obsolete grenade check
- Removes unnecessary for loop
- Removes most forms of depression
- Updates flavor text
- Updates variable names to better match standards
- Changes item to subtype of lizardplushie
- Changes knife to be thrown instead of deleted
- Changes most local messages to visible ones
- Changes antagonist penalty from gib to lightning smite
- Prevents Saliith from stabbing his own plushie
* Minor Saliith Plushie updates
- Adds the Saliith Plushie Pinpointer item to the loadout system, under the backpack tab.
- Adds the stationloving component
- Adds a pronoun support to the description
- Adds yeet penalty to kiss interaction
- Fixes a missing s
- Refactors kiss interaction
* Spawn Saliith plush on map load
Adds a global variable to load the Saliith plushie on map load.
* Add plushmium penalty to Saliith plushie
Adds a penalty for attempting to use Plushmium on the Saliith plushie, which causes the attacker to be overdosed with Unstable Mutagen, Mindbreaker Toxin, Mute Toxin, Bone Hurting Juice, and Brain Hurting Juice.
* Improve Saliith plushie plushmium checks
Changes the check from ishuman to instead check for usr and iscarbon.
* Custom icons for Saliith plushie pinpointer
Enables the custom sprite for the Saliith plushie pinpointer, and adds associated arrows to the icons file.
* Tiny improvements to Saliith plushie interactions
- Removes unnecessary use of src
- Removes hug message text
Updates bluespace miners construction and techweb requirements. Made at the request of SandPoot.
- Added construction requirement for activated bluespace core
- Added techweb requirement for Anomaly Research
- Removed construction requirement for bluespace crystals
Changes the Advanced Toolset Implant techweb entry to also require Alien Engineering and Cybernetic Implants. This prevents obtaining alien tool implants before researching tool implants or alien tools.