diff Items.h @ 749:f39fbeb65b28

Fixed bought items not disappearing from Armourer.
author Nomad
date Fri, 22 Mar 2013 23:26:01 +0200
parents f8a4a2e0b4c9
children cfc65feef029
line wrap: on
line diff
--- a/Items.h	Fri Mar 22 22:36:26 2013 +0200
+++ b/Items.h	Fri Mar 22 23:26:01 2013 +0200
@@ -128,6 +128,7 @@
   inline bool Identified()    {return uAttributes & ITEM_IDENTIFIED;}
   inline void SetIdentified() {uAttributes |= ITEM_IDENTIFIED;}
   inline bool Stolen()        {return uAttributes & ITEM_STOLEN;}
+  inline void SetStolen()     {uAttributes |= ITEM_STOLEN;}
 
   bool GenerateArtifact();
   unsigned int GetValue();