diff --git a/code/game/gamemodes/mixed/paranoia.dm b/code/game/gamemodes/mixed/paranoia.dm
index c1bec7c0f9a..fc2cc945e84 100644
--- a/code/game/gamemodes/mixed/paranoia.dm
+++ b/code/game/gamemodes/mixed/paranoia.dm
@@ -9,3 +9,4 @@
require_all_templates = 1
votable = 1
antag_tags = list(MODE_MALFUNCTION, MODE_TRAITOR, MODE_CHANGELING)
+ disabled_jobs = list("AI")
\ No newline at end of file
diff --git a/html/changelog.html b/html/changelog.html
index 9b8c3cd5d74..2aaecddfd91 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -56,6 +56,22 @@
-->
+
13 October 2017
+
Alberyk updated:
+
+ - Fixed two AIs spawning during paranoia.
+
+
Belsima updated:
+
+ - Microwaves can now be cleaned with soap.
+
+
MoondancerPony updated:
+
+ - Telescience now starts with 3 crystals again.
+ - Telescience can now go up to 5 crystals instead of just 4.
+ - The default Z-level for the telescience console is now the level it's actually on.
+
+
17 September 2017
Skull132 updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index b5ea7c70f87..83a295556f3 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -4563,3 +4563,13 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
2017-09-17:
Skull132:
- tweak: CCIAA now have full access to AOOC, as per the decree of the Head Admins.
+2017-10-13:
+ Alberyk:
+ - bugfix: Fixed two AIs spawning during paranoia.
+ Belsima:
+ - bugfix: Microwaves can now be cleaned with soap.
+ MoondancerPony:
+ - tweak: Telescience now starts with 3 crystals again.
+ - balance: Telescience can now go up to 5 crystals instead of just 4.
+ - bugfix: The default Z-level for the telescience console is now the level it's
+ actually on.
diff --git a/html/changelogs/belsima-microwave.yml b/html/changelogs/belsima-microwave.yml
deleted file mode 100644
index 644a3850623..00000000000
--- a/html/changelogs/belsima-microwave.yml
+++ /dev/null
@@ -1,37 +0,0 @@
-################################
-# Example Changelog File
-#
-# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb.
-#
-# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.)
-# When it is, any changes listed below will disappear.
-#
-# Valid Prefixes:
-# bugfix
-# wip (For works in progress)
-# tweak
-# soundadd
-# sounddel
-# rscadd (general adding of nice things)
-# rscdel (general deleting of nice things)
-# imageadd
-# imagedel
-# maptweak
-# spellcheck (typo fixes)
-# experiment
-# balance
-#################################
-
-# Your name.
-author: Belsima
-
-# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
-delete-after: True
-
-# Any changes you've made. See valid prefix list above.
-# INDENT WITH TWO SPACES. NOT TABS. SPACES.
-# SCREW THIS UP AND IT WON'T WORK.
-# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries.
-# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog.
-changes:
- - bugfix: "Microwaves can now be cleaned with soap."
diff --git a/html/changelogs/tsci-fixes-mdp.yml b/html/changelogs/tsci-fixes-mdp.yml
deleted file mode 100644
index f4d8f8c48c5..00000000000
--- a/html/changelogs/tsci-fixes-mdp.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: MoondancerPony
-delete-after: True
-changes:
- - tweak: "Telescience now starts with 3 crystals again."
- - balance: "Telescience can now go up to 5 crystals instead of just 4."
- - bugfix: "The default Z-level for the telescience console is now the level it's actually on."
\ No newline at end of file
diff --git a/icons/mob/custom_synthetic.dmi b/icons/mob/custom_synthetic.dmi
index ac4bbdb31ab..297aa14052e 100644
Binary files a/icons/mob/custom_synthetic.dmi and b/icons/mob/custom_synthetic.dmi differ
diff --git a/icons/obj/custom_items/azala_items.dmi b/icons/obj/custom_items/azala_items.dmi
index bb9b124ae9d..5f2bc5e0ea0 100644
Binary files a/icons/obj/custom_items/azala_items.dmi and b/icons/obj/custom_items/azala_items.dmi differ
diff --git a/icons/obj/custom_items/kresimir_bag.dmi b/icons/obj/custom_items/kresimir_bag.dmi
index af2186be8db..87fb06e451f 100644
Binary files a/icons/obj/custom_items/kresimir_bag.dmi and b/icons/obj/custom_items/kresimir_bag.dmi differ