From bc5e9c1cf0a6ab9cefc33bccefff8307cc1b8e95 Mon Sep 17 00:00:00 2001 From: AuroraBuildBot Date: Sat, 9 Dec 2023 21:39:44 +0000 Subject: [PATCH] Automatic Changelog compile [ci skip] --- html/changelog.html | 20 +++++++ html/changelogs/.all_changelog.yml | 32 +++++++++++ .../fluffyghost-auroravietnamedition.yml | 56 ------------------- .../fluffyghost-improvescrubbers.yml | 44 --------------- 4 files changed, 52 insertions(+), 100 deletions(-) delete mode 100644 html/changelogs/fluffyghost-auroravietnamedition.yml delete mode 100644 html/changelogs/fluffyghost-improvescrubbers.yml diff --git a/html/changelog.html b/html/changelog.html index 6560d1f6446..798be1783f0 100644 --- a/html/changelog.html +++ b/html/changelog.html @@ -51,6 +51,26 @@

FluffyGhost updated:

  • Tweaked formatting of the ready screen in statpanel a bit to increase visual clarity.
  • Fixed flesh golems detonating the server.
  • Fixed a runtime with RIGs and the statpanel action tab when there's no client in the wearer of the RIG.
  • +
  • increased the scrubbing and venting speed of the scrubbers.
  • +
  • DMDoced the swap_density_check function, minor refactor.
  • +
  • Fixed a runtime error encountered in the wild with mob swaps.
  • +
  • Removed a collision handling of the coat hanger, that was violating the purity of checks.
  • +
  • Added get_turfs_in_cone(), to acquire turfs within a cone.
  • +
  • Added napalm grenades, not as classy as an airstrike, but still pretty effective all the same.
  • +
  • Added punji traps, gives a severe infection upon falling in one, can be hidden, can be engraved with a message.
  • +
  • Added standstill mines, if walked over, they activate and wait for the victim to move out of them, can be disarmed with the bomb kit, pretty powerful explosion if you mess up.
  • +
  • Added claymore mines, project pellets in a 60 degrees radius on each side from the direction they're aiming at, remotely activated via a signaler or by directly touching them.
  • +
  • Reworked flamethrowers, now they light up on fire the turfs in a 30 degrees cone from each side of the clicked target, pressure effects excluded.
  • +
  • Added the napalm grenades, punji traps, standstill mines, claymore mines and the flamethrower to the antag uplink.
  • +
  • DMDoced some variables for the uplink.
  • +
  • DMDoced some variables for the pellet bullets, and minor refactor of its attack_mob function.
  • +
  • Refactored how mines work, added some documentation and sectioned them up to be more clear what is what.
  • +
  • Moved landmines and traps sprites in a more congenial location.
  • +
  • Fixed a runtime error when the uplink UI is opened without a category being selected.
  • +
  • Fixed a runtime error with borgs being destroyed and their HUD refreshing.
  • +
  • Added sprites for the punji trap, by Tomixcomics.
  • +
  • Added sprites for the standstill mine, by Tomixcomics.
  • +
  • Added sprites for the claymore mine, from CM.
  • SimpleMaroon updated: