summaryrefslogtreecommitdiffstats
path: root/src/Items/ItemArmor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Items/ItemArmor.h')
-rw-r--r--src/Items/ItemArmor.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Items/ItemArmor.h b/src/Items/ItemArmor.h
index 252b94df9..906993a5b 100644
--- a/src/Items/ItemArmor.h
+++ b/src/Items/ItemArmor.h
@@ -47,14 +47,14 @@ public:
LOGWARNING("Used unknown armor: %i", a_Item.m_ItemType);
return false;
}
-
+
if (!a_Player->GetInventory().GetArmorSlot(SlotNum).IsEmpty())
{
return false;
}
-
+
a_Player->GetInventory().SetArmorSlot(SlotNum, a_Item.CopyOne());
-
+
cItem Item(a_Item);
Item.m_ItemCount--;
if (Item.m_ItemCount <= 0)