Sfoglia il codice sorgente

[fixed] put apostrophes around the placeholder to stop error messages

hornguy6 1 settimana fa
parent
commit
a4d76cfa49
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      locations/shop_utils.qsrc

+ 2 - 2
locations/shop_utils.qsrc

@@ -79,7 +79,7 @@ elseif $ARGS[0] = 'wardrobe':
 		!!sort by filter
 		if (clothingfilter['quality'] = 0 and CloQuality = shop_display['clo_i']) or (clothingfilter['inhibition'] = 0 and CloInhibit = shop_display['clo_i']) or clothingfilter['number'] = 0:
 			if clothingfilter['inc'] = 1 and clothingfilter['only'] = 1:
-				$result = STUFF_HERE
+				$result = 'STUFF_HERE'
 			end
 		end
 	end
@@ -92,7 +92,7 @@ elseif $ARGS[0] = 'cheat':
 	!!sort by filter
 	if (clothingfilter['quality'] = 0 and CloQuality = shop_display['clo_i']) or (clothingfilter['inhibition'] = 0 and CloInhibit = shop_display['clo_i']) or clothingfilter['number'] = 0:
 		if clothingfilter['inc'] = 1 and clothingfilter['only'] = 1:
-			$result = STUFF_HERE
+			$result = 'STUFF_HERE'
 		end
 	end
 	exit