From 4b75516a88d9d0beebe1535a567ea8e30f1dcaf4 Mon Sep 17 00:00:00 2001
From: Nick Winter <livelily@gmail.com>
Date: Mon, 1 Dec 2014 17:08:48 -0800
Subject: [PATCH] Fixed Amara's positioning.

---
 app/styles/game-menu/inventory-modal.sass | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/app/styles/game-menu/inventory-modal.sass b/app/styles/game-menu/inventory-modal.sass
index f71d36640..b9a12224f 100644
--- a/app/styles/game-menu/inventory-modal.sass
+++ b/app/styles/game-menu/inventory-modal.sass
@@ -489,10 +489,16 @@ $itemSlotGridHeight: 51px
       left: 65px
       bottom: 31px
 
+      &.Ranger
+        left: -7px
+
     &.female
       left: 80px
       bottom: 31px
 
+      &.Ranger
+        left: -7px
+
   #hero-image-head
     z-index: 16
   #hero-image-hair
@@ -500,12 +506,12 @@ $itemSlotGridHeight: 51px
   #hero-image-thumb
     z-index: 16
 
-    &.female
+    &.female:not(.Ranger)
       @include rotate(-15deg)
       left: 66px
       bottom: 54px
 
-    &.male
+    &.male:not(.Ranger)
       @include rotate(-15deg)
       left: 53px
       bottom: 54px
@@ -525,7 +531,7 @@ $itemSlotGridHeight: 51px
     &.feet
       z-index: 13
 
-    &.right-hand
+    &.right-hand:not(.Ranger)
       @include rotate(-15deg)
       &.female
         left: 66px
@@ -542,7 +548,7 @@ $itemSlotGridHeight: 51px
     &.torso
       z-index: 14
 
-    &.gloves
+    &.gloves:not(.Ranger)
       z-index: 15
 
       &.female