diff --git a/code/modules/organs/subtypes/machine.dm b/code/modules/organs/subtypes/machine.dm
index 6d887146a1f..a88f40c6b0f 100644
--- a/code/modules/organs/subtypes/machine.dm
+++ b/code/modules/organs/subtypes/machine.dm
@@ -437,7 +437,7 @@
/obj/item/organ/external/leg/shell
dislocated = -1
-/obj/item/organ/external/leg/shel/New()
+/obj/item/organ/external/leg/shell/New()
robotize("Human Synthskin")
..()
diff --git a/html/changelog.html b/html/changelog.html
index 65ebcf6e9be..7fff4929a01 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -56,6 +56,13 @@
-->
+
17 February 2017
+
LordFowl updated:
+
+ - Shells now spawn with fully robotic legs.
+ - Green IPC screen has been fixed.
+
+
10 February 2017
Alberyk updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index d55d2f59a01..254d6225955 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -3783,3 +3783,7 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
Alberyk:
- bugfix: Fixed chairs, beds and stools animated by the staff of animation having
no sprites.
+2017-02-17:
+ LordFowl:
+ - bugfix: Shells now spawn with fully robotic legs.
+ - bugfix: Green IPC screen has been fixed.
diff --git a/icons/mob/human_face.dmi b/icons/mob/human_face.dmi
index e69ca333a8e..d7bc9ad8ba2 100644
Binary files a/icons/mob/human_face.dmi and b/icons/mob/human_face.dmi differ