diff --git a/html/changelog.html b/html/changelog.html index 1f7c642fc74..1940316734e 100644 --- a/html/changelog.html +++ b/html/changelog.html @@ -49,6 +49,16 @@
  • Added machetes and machete holsters to the excavation closets in Research EVA and to the expedition weaponry locker in the Intrepid.
  • Material weapons now have armour penetration (increasing further if their damage exceeds a maximum force of 40), with the effectiveness depending on the material.
  • +

    WickedCybs updated:

    + +

    Wowzewow (Wezzy) updated:

    +

    13 February 2023

    Alberyk updated:

    diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml index aec5a6d3998..6791f489abd 100644 --- a/html/changelogs/.all_changelog.yml +++ b/html/changelogs/.all_changelog.yml @@ -28061,3 +28061,13 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py. - rscadd: Material weapons now have armour penetration (increasing further if their damage exceeds a maximum force of 40), with the effectiveness depending on the material. + WickedCybs: + - bugfix: The Intrepid navpoint was moved back to its original position in roughly + the middle of the shuttle. The recent change to its position ended up causing + issues on away sites and how it interacted with other overmap ships. + - bugfix: Some of the bridge deck navpoints had identical names and that meant they + wouldn't work. That's been fixed too + Wowzewow (Wezzy): + - rscadd: Security jobs now start with black gloves as part of their default loadout. + Tajarans and Unathi should spawn with toeless boots depending on their job. + - rscadd: The Chief Engineer spawns with insuls now. diff --git a/html/changelogs/wezzy_xeno-sec-qol.yml b/html/changelogs/wezzy_xeno-sec-qol.yml deleted file mode 100644 index 3e316d9857b..00000000000 --- a/html/changelogs/wezzy_xeno-sec-qol.yml +++ /dev/null @@ -1,42 +0,0 @@ -################################ -# Example Changelog File -# -# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb. -# -# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.) -# When it is, any changes listed below will disappear. -# -# Valid Prefixes: -# bugfix -# wip (For works in progress) -# tweak -# soundadd -# sounddel -# rscadd (general adding of nice things) -# rscdel (general deleting of nice things) -# imageadd -# imagedel -# maptweak -# spellcheck (typo fixes) -# experiment -# balance -# admin -# backend -# security -# refactor -################################# - -# Your name. -author: Wowzewow (Wezzy) - -# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again. -delete-after: True - -# Any changes you've made. See valid prefix list above. -# INDENT WITH TWO SPACES. NOT TABS. SPACES. -# SCREW THIS UP AND IT WON'T WORK. -# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries. -# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog. -changes: - - rscadd: "Security jobs now start with black gloves as part of their default loadout. Tajarans and Unathi should spawn with toeless boots depending on their job." - - rscadd: "The Chief Engineer spawns with insuls now." diff --git a/html/changelogs/wickedcybs_intrepnav.yml b/html/changelogs/wickedcybs_intrepnav.yml deleted file mode 100644 index 2e9e0f900da..00000000000 --- a/html/changelogs/wickedcybs_intrepnav.yml +++ /dev/null @@ -1,7 +0,0 @@ -author: WickedCybs - -delete-after: True - -changes: - - bugfix: "The Intrepid navpoint was moved back to its original position in roughly the middle of the shuttle. The recent change to its position ended up causing issues on away sites and how it interacted with other overmap ships." - - bugfix: "Some of the bridge deck navpoints had identical names and that meant they wouldn't work. That's been fixed too" \ No newline at end of file