diff --git a/html/changelog.html b/html/changelog.html index 3d86f0bf242..052c4a628fc 100644 --- a/html/changelog.html +++ b/html/changelog.html @@ -68,6 +68,7 @@
  • Labourer's Choice cigarette packet will no longer go invisible after being opened.
  • Fixed all items with invalid origin_techs, which would cause the RnD computer to break when putting them in the Destructive Analyzer.
  • Chemical dispenser cartridges now have a new sprite ported from Baystation.
  • +
  • AI can now properly alt-click on objects to open the stat panel list of things on that turf without it immediately closing.
  • 31 July 2020

    diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml index 06ad20a484d..7d90667611f 100644 --- a/html/changelogs/.all_changelog.yml +++ b/html/changelogs/.all_changelog.yml @@ -14639,3 +14639,5 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py. - bugfix: Fixed all items with invalid origin_techs, which would cause the RnD computer to break when putting them in the Destructive Analyzer. - imageadd: Chemical dispenser cartridges now have a new sprite ported from Baystation. + - bugfix: AI can now properly alt-click on objects to open the stat panel list of + things on that turf without it immediately closing. diff --git a/html/changelogs/ai_alt_click.yml b/html/changelogs/ai_alt_click.yml deleted file mode 100644 index d00aa7b1985..00000000000 --- a/html/changelogs/ai_alt_click.yml +++ /dev/null @@ -1,6 +0,0 @@ -author: mikomyazaki - -delete-after: True - -changes: - - bugfix: "AI can now properly alt-click on objects to open the stat panel list of things on that turf without it immediately closing." \ No newline at end of file