* Christmas in Summer Time
* Bar Christmas Tree
* Mapmerge Fix?
* What is going on with the Surface file
* Merge fix?
* present tweaks
* Final tweaks
* updated cl
Co-authored-by: Ferner <nikferni@gmail.com>
Toxin now does damage to any egg clusters that a nurse spider injected into someone.
The amount of toxin bottles in medical vendors have been lowered to 1, down from 4.
Added a mounted foam sprayer to the mechfab hardsuit modules tab. It's a hardsuit module that consumes 1500 cell charge to spray a line of metal foam.
Added some effects to metal foam walls that make them a bit more flashy when destroyed, as well as adding a click cooldown so they can't be spammed down.
Aggressively slamming someone through a metal foam wall now does some damage to them.
Clicking on a metal foam wall with building materials will now attempt to turn it into a wall, taking a bit longer than a standard girder would. Clicking on it with a floor tile will now turn it into plating, if the space below is an open space or actual space.
Mining drones now come equipped with an RFD-M, a tethering device, and a stack of purple flags.
Mining drones can now bump against doors to open them.
Mining drones now have external airlock access.
You can now click-drag with the RFD-M to lay down track.
The charge cost for robots using the RFD-M has been lowered to 200, down from 500.
Mining drones no longer appear as a unique role on the round join menu.
Mining drone lights are now much brighter, and illuminate in a circle around the drone.
changes:
bugfix: "Crates no longer pass through barricades or other objects that allow small objects (PASSTABLE) through."
refactor: "Crates being lifted (and other timed interactions with objects) now stop being lifted if the crate is moved."
* Adds drone tasks to Execute UTs on Aurora and Exodus
* Adds a drone task to Migrate SQL and Perform the SQL UT on Runtime
* Changes the SQL UT to respect the config.sql_enabled setting and
use that sql connection
* Changes the default config.sql_enabled state to 0, so uncommenting
SQL_ENABLED has a actual effect
* Moves a number of UT tests into a helper script (code_check.sh)
* Updates the way the RUST_G dll/so is located
* Adds a check to load_databases to verify that sql is enabled
* Adds a check to establish_db_connection to verify that sql is enabled
* Adds spearate config files used during the UTs (which hold the UT db
connection info and enable/disable the db epending on the UT)