Przeglądaj źródła

[fixed] Moisuriser count wasn't bolded. Reported by deuslinks

anjuna krokus 5 miesięcy temu
rodzic
commit
86cd578beb
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      locations/din_van.qsrc

+ 1 - 1
locations/din_van.qsrc

@@ -1074,7 +1074,7 @@ if $ARGS[0] = 'private':
 
 	if mc_inventory['chafing_cream'] > 0: 'On a shelf is a tube of ointment for chafing, which will be enough for <b><<mc_inventory[''chafing_cream'']>></b> applications.'
 	if mc_inventory['moisturiser'] > 0:
-		'You look at your moisturiser and think you have about <<mc_inventory[''moisturiser'']>> applications left.'
+		'You look at your moisturiser and think you have about <b><<mc_inventory[''moisturiser'']>></b> applications left.'
 	end
 	if mc_inventory['tampons'] =  0 and mc_inventory['sanitary_pads'] = 0:
 		'<b><font color="red">You have no feminine hygiene products left.</font></b>'