|
@@ -1403,14 +1403,16 @@ proverka3 = 0
|
|
|
proverka4 = 0
|
|
|
proverka5 = 0
|
|
|
|
|
|
-if boletus + bilberry > 0:
|
|
|
- if boletus + bilberry >= 10:
|
|
|
- $stat_msg +='<br><font color = Olive>You have a full basket. </font> '
|
|
|
- else
|
|
|
- $stat_msg +='<br><font color = Olive>In Your basket: </font>'
|
|
|
+if display_bb = 1:
|
|
|
+ if boletus + bilberry > 0:
|
|
|
+ if boletus + bilberry >= 10:
|
|
|
+ $stat_msg +='<br><font color = Olive>You have a full basket. </font> '
|
|
|
+ else
|
|
|
+ $stat_msg +='<br><font color = Olive>In Your basket: </font>'
|
|
|
+ end
|
|
|
+ if boletus > 0:$stat_msg +='Mushrooms: <b><<boletus>></b> kg. '
|
|
|
+ if bilberry > 0:$stat_msg +='Berries: <b><<bilberry>></b> kg. '
|
|
|
end
|
|
|
- if boletus > 0:$stat_msg +='Mushrooms: <b><<boletus>></b> kg. '
|
|
|
- if bilberry > 0:$stat_msg +='Berries: <b><<bilberry>></b> kg. '
|
|
|
end
|
|
|
|
|
|
if disable_LoadSave = 0:
|