diff --git a/_maps/map_files/MetaStation/MetaStation.dmm b/_maps/map_files/MetaStation/MetaStation.dmm index b477ff8f1011..6c85a0b3ffd2 100644 --- a/_maps/map_files/MetaStation/MetaStation.dmm +++ b/_maps/map_files/MetaStation/MetaStation.dmm @@ -67581,7 +67581,7 @@ /turf/open/floor/plating, /area/station/maintenance/aft/greater) "xWJ" = ( -/obj/machinery/drone_dispenser, +/obj/machinery/drone_dispenser/preloaded, /turf/open/floor/plating, /area/station/maintenance/department/science/central) "xWQ" = ( diff --git a/html/changelogs/AutoChangeLog-pr-1638.yml b/html/changelogs/AutoChangeLog-pr-1638.yml deleted file mode 100644 index f4143ee6fb7c..000000000000 --- a/html/changelogs/AutoChangeLog-pr-1638.yml +++ /dev/null @@ -1,16 +0,0 @@ -author: "Absolucy" -delete-after: True -changes: - - rscadd: "Added a HUD that appears when hovering your mouse over ooze compressors, showing the current extract it is making, and the progress on making said extract." - - bugfix: "Fixed the normal slime extract menu coming up on ooze compressors after selecting a crossbreed." - - bugfix: "Fixed xenobiology machinery taking up absurd amounts of power while doing nothing." - - balance: "Increased range of stabilized grey extract from 1 to 3." - - qol: "Increased biomass cube stack size (5 -> 15)." - - qol: "Biocubes now fit in science bags." - - qol: "You can dump biocubes from a science bag into the biomass recycler." - - qol: "You can right click the slime market with a science bag to sell all the extracts without the confirmation prompt." - - rscadd: "Added balloon alerts to lots of xenobio-related actions." - - qol: "You can toggle ooze suckers directly via right click." - - qol: "You can now right click an active ooze compressor to cancel the current recipe." - - qol: "Slime mutation syringes now show whether they've been used or not in the examine text." - - bugfix: "Removing accessories from slimes now works properly." \ No newline at end of file diff --git a/html/changelogs/AutoChangeLog-pr-1658.yml b/html/changelogs/AutoChangeLog-pr-1658.yml deleted file mode 100644 index 6e6f666425ed..000000000000 --- a/html/changelogs/AutoChangeLog-pr-1658.yml +++ /dev/null @@ -1,5 +0,0 @@ -author: "Absolucy" -delete-after: True -changes: - - bugfix: "Fix holoparasite resetting not working." - - code_imp: "Added a safety check that'll emit a (harmless) runtime if something tries to pass an invalid target mob to `SSpolling.poll_ghost_candidates_for_mob`." \ No newline at end of file diff --git a/html/changelogs/AutoChangeLog-pr-1685.yml b/html/changelogs/AutoChangeLog-pr-1685.yml new file mode 100644 index 000000000000..60f05a6d9c1c --- /dev/null +++ b/html/changelogs/AutoChangeLog-pr-1685.yml @@ -0,0 +1,4 @@ +author: "DexeeXI" +delete-after: True +changes: + - bugfix: "restores prefilled drone fab on meta." \ No newline at end of file diff --git a/html/changelogs/archive/2024-04.yml b/html/changelogs/archive/2024-04.yml index b77717544386..b460888edc1d 100644 --- a/html/changelogs/archive/2024-04.yml +++ b/html/changelogs/archive/2024-04.yml @@ -202,3 +202,26 @@ wraith-54321: - balance: Clockwork airlocks lose their damage deflection when placed on reebe - balance: Clockwork walls take half as long to deconstruct on reebe +2024-04-19: + Absolucy: + - rscadd: Added a HUD that appears when hovering your mouse over ooze compressors, + showing the current extract it is making, and the progress on making said extract. + - bugfix: Fixed the normal slime extract menu coming up on ooze compressors after + selecting a crossbreed. + - bugfix: Fixed xenobiology machinery taking up absurd amounts of power while doing + nothing. + - balance: Increased range of stabilized grey extract from 1 to 3. + - qol: Increased biomass cube stack size (5 -> 15). + - qol: Biocubes now fit in science bags. + - qol: You can dump biocubes from a science bag into the biomass recycler. + - qol: You can right click the slime market with a science bag to sell all the extracts + without the confirmation prompt. + - rscadd: Added balloon alerts to lots of xenobio-related actions. + - qol: You can toggle ooze suckers directly via right click. + - qol: You can now right click an active ooze compressor to cancel the current recipe. + - qol: Slime mutation syringes now show whether they've been used or not in the + examine text. + - bugfix: Removing accessories from slimes now works properly. + - bugfix: Fix holoparasite resetting not working. + - code_imp: Added a safety check that'll emit a (harmless) runtime if something + tries to pass an invalid target mob to `SSpolling.poll_ghost_candidates_for_mob`.