From c514fb6d25a16804d27f2f4bdd2c8677706afdbf Mon Sep 17 00:00:00 2001 From: Karolis Date: Sat, 21 Sep 2019 20:29:14 +0300 Subject: [PATCH] updates README. Fixes APCs on camera (#7028) No, a description isn't necessary. It allows me to do this, tho. --- code/modules/power/apc.dm | 1 + html/changelogs/apcs and photos.yml | 4 ++++ tools/mapcapturemerge/README.md | 5 +++-- 3 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 html/changelogs/apcs and photos.yml diff --git a/code/modules/power/apc.dm b/code/modules/power/apc.dm index fbf4500ada7..dd468c910b5 100644 --- a/code/modules/power/apc.dm +++ b/code/modules/power/apc.dm @@ -77,6 +77,7 @@ anchored = 1 use_power = 0 req_access = list(access_engine_equip) + gfi_layer_rotation = GFI_ROTATION_DEFDIR var/area/area var/areastring = null var/obj/item/weapon/cell/cell diff --git a/html/changelogs/apcs and photos.yml b/html/changelogs/apcs and photos.yml new file mode 100644 index 00000000000..373459711fd --- /dev/null +++ b/html/changelogs/apcs and photos.yml @@ -0,0 +1,4 @@ +author: Karolis2011 +delete-after: True +changes: + - bugfix: "Now APCs look decently on cameras." diff --git a/tools/mapcapturemerge/README.md b/tools/mapcapturemerge/README.md index 40482b9fdd8..feedcec714d 100644 --- a/tools/mapcapturemerge/README.md +++ b/tools/mapcapturemerge/README.md @@ -14,5 +14,6 @@ Map capture merge tool manual 5. After execution you will find all merged map images in this folder. Notes: - * This tool been tested with Python 2.7.6 under Windows 10 Bash. - * This tool also been tested with Python 3.6.1 under Windows 10. \ No newline at end of file + * This tool has been tested with Python 2.7.6 under Windows 10 WSL Bash. + * This tool has been tested with Python 3.6.1 under Windows 10. + * This tool has been tested with Python 3.7.3 under Windows 10 1903. \ No newline at end of file