Pārlūkot izejas kodu

Fix: Cosmetics now no longer breaks the game in the supermarket, still can not buy any cosmetic items. Bug is under investigation.

Hooded Silence 9 mēneši atpakaļ
vecāks
revīzija
368e266e21
1 mainītis faili ar 3 papildinājumiem un 3 dzēšanām
  1. 3 3
      locations/shop.qsrc

+ 3 - 3
locations/shop.qsrc

@@ -390,13 +390,13 @@ if $shoplocation= 'cosmetics':
 		''
 	end
 	*pl '<center><table align="center" width=80%>'
-	*p func ('$stock_item', 50, 'Cosmetics', 1300, 'mc_inventory[''cosmetics''] >', $curloc)
+	*p func ('$stock_item', 50, 'Cosmetics', 1300, 'mc_inventory[''cosmetics'']', $curloc)
 	*p func ('$stock_item', 30, 'Moisturizer', 2100, 'mc_inventory[''moisturiser'']', $curloc)
-	*P func ('$stock_item', 30, 'Lip balm', 127, 'mc_inventory[''lipstick''] =  1', $curloc)
+	*P func ('$stock_item', 30, 'Lip balm', 127, 'mc_inventory[''lipstick'']', $curloc)
 	*p func ('$stock_item', 10, 'Plain false lashes', 1500, 'mc_inventory[''eyelash_fake'']',$curloc)
 	*p func ('$stock_item', 3, 'Mink false lashes', 900, 'mc_inventory[''eyelash_mink'']',$curloc)
 	*p func ('$stock_item', 25, 'Razors (number of shaves)', 350, 'mc_inventory[''razor'']', $curloc)
-	*p func ('$stock_item', 20, 'Sunblock', 500, 'kr mc_inventory[''suncream'']em', $curloc)
+	*p func ('$stock_item', 20, 'Sunblock', 500, 'mc_inventory[''suncream'']', $curloc)
 	*p func ('$stock_item', 40, 'Deodorant', 200, 'mc_inventory[''deodorant'']', $curloc)
 	*p func ('$stock_item', 20, 'Tampons', 200, 'mc_inventory[''tampons'']', $curloc)
 	*p func ('$stock_item', 20, 'Sanitary napkins', 100, 'mc_inventory[''sanitary_pads'']', $curloc)