Browse Source

[added] more item descriptions for shops (thanks Akossi).
[fixed] Cleaned qproj along with everything, but forgot to commit it.

3xpurt 6 years ago
parent
commit
9acd49e5d2
2 changed files with 7 additions and 3 deletions
  1. 2 2
      glife.qproj
  2. 5 1
      locations/_stock_item_info.qsrc

+ 2 - 2
glife.qproj

@@ -358,7 +358,7 @@
       <Location name="seeporn"/>
       <Location name="brosh"/>
       <Location name="porn_view"/>
-      <Location name="porn_view_strings"/>	  	  
+      <Location name="porn_view_strings"/>
       <Location name="porn_view_construct"/>
     </Folder>
     <Folder name="Reks">
@@ -390,7 +390,7 @@
     <Folder name="Igor Kruglov">
       <Location name="IgorEv"/>
       <Location name="igorhome"/>
-    </Folder>	  
+    </Folder>
     <Folder name="Katja Meynold">
       <Location name="katjaEv"/>
       <Location name="katjaEvDin"/>

+ 5 - 1
locations/_stock_item_info.qsrc

@@ -19,7 +19,11 @@ $item_info['painkiller'] = '<center><b>Painkillers</b></center><br>A pack of pil
 $item_info['tampon'] = '<center><b>Tampons</b></center><br>A pack of cyliner-shape cotton swabs with a string that is capable absorb menstrual fluids during your period.'
 $item_info['sanpad'] = '<center><b>Sanitary napkins</b></center><br>A pack of absorbent towels that provide protection during your period. They attach to the inside of panties to avoid any leakage onto your clothes'
 $item_info['breastpump'] = '<center><b>Breast Pump</b></center><br>A breast pump is a mechanical device that lactating women use to extract milk from their breasts.'
-
+$item_info['fairy'] = '<center><b>Dishwashing detergent</b></center><br>A liquid dishwashing soap with a light almond scent. It claims to cut through grease and grime with ease AND leave your hands feeling soft and moisturized.'
+$item_info['poroshok'] = '<center><b>Clothing detergent</b></center><br>A box of powdered clothing detergent with a light flowery scent that leaves your clothes smelling fresh and clean.'
+$item_info['cltarelka'] = '<center><b>Plates</b></center><br>A set of five plain white dinner plates.'
+$item_info['kosmetica'] = '<center><b>Cosmetics</b></center><br>A complete cosmetic set that covers every part of your makeup routine. There''s enough products in there to allow you to create various looks.'
+$item_info['stanok'] = '<center><b>Razors</b></center><br>Cheap and disposable razors. They''re not meant to last very long, but they get the job done.'
 if $item_info[$ARGS[0]]!'':
 	$RESULT = '<a href="exec: MSG ''<<$item_info[$ARGS[0]]>>''"><img src="images/system/icon/anptekainfo.jpg"></a>'
 else