diff --git a/html/changelog.html b/html/changelog.html index f325ffad8fd..80dbdee171e 100644 --- a/html/changelog.html +++ b/html/changelog.html @@ -73,6 +73,8 @@
  • Mob spawners now give any generated names to the mind of the spawned mob, meaning ghosts will have the name they had in life.
  • Fixes interaction with envy's knife and lavaland spawns.
  • Fixes a bug where swarmers teleporting humans would incorrectly display a visible message about restraints breaking.
  • +
  • Emagging the emergency shuttle computer with less than ten seconds until launch no longer gives additional time.
  • +
  • The emergency shuttle computer now reads the ID in your ID slot, rather than your hand.
  • 24 May 2016

    diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml index 02b5e491514..a6eed57c74c 100644 --- a/html/changelogs/.all_changelog.yml +++ b/html/changelogs/.all_changelog.yml @@ -5171,3 +5171,7 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py. - bugfix: Fixes interaction with envy's knife and lavaland spawns. - bugfix: Fixes a bug where swarmers teleporting humans would incorrectly display a visible message about restraints breaking. + - rscdel: Emagging the emergency shuttle computer with less than ten seconds until + launch no longer gives additional time. + - rscadd: The emergency shuttle computer now reads the ID in your ID slot, rather + than your hand. diff --git a/html/changelogs/AutoChangeLog-pr-17436.yml b/html/changelogs/AutoChangeLog-pr-17436.yml deleted file mode 100644 index 878726d3072..00000000000 --- a/html/changelogs/AutoChangeLog-pr-17436.yml +++ /dev/null @@ -1,5 +0,0 @@ -author: coiax -delete-after: True -changes: - - rscdel: "Emagging the emergency shuttle computer with less than ten seconds until launch no longer gives additional time." - - rscadd: "The emergency shuttle computer now reads the ID in your ID slot, rather than your hand."