From 039e080abdefc0ef6732fe60cb2045395c59f97a Mon Sep 17 00:00:00 2001 From: AuroraBuildBot Date: Sat, 1 Aug 2020 22:28:33 +0000 Subject: [PATCH] "[ci skip] Automatic Build - 2020.08.01.22.28.33" --- html/changelog.html | 1 + html/changelogs/.all_changelog.yml | 2 ++ html/changelogs/ai_alt_click.yml | 6 ------ 3 files changed, 3 insertions(+), 6 deletions(-) delete mode 100644 html/changelogs/ai_alt_click.yml 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