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