Browse Source

Added new Journal Icons from Akossi.

KeyMasterOfGozer 5 years ago
parent
commit
ae0ee3e05a
1 changed files with 8 additions and 2 deletions
  1. 8 2
      locations/stat_display.qsrc

+ 8 - 2
locations/stat_display.qsrc

@@ -168,6 +168,11 @@ if StoryLine > 0 and SchoolAtestat ! 1 and $holyday ! '': $stat_msg += '<BR><<$h
 if birthday = day and birthmonth = month: $stat_msg += '<BR><b>Today is your birthday.</b>' & $stat_msg += '<BR>'
 
 !New icon based menu.
+if MagikDostup = 0:
+	$journalIcon = 'journal_magic.png'
+else
+	$journalIcon = 'journal_norm.png'
+end
 if menu_off = 0:
 	$menuBarTab += '<table>
 	<tr>
@@ -179,7 +184,7 @@ if menu_off = 0:
 	end
 	$menuBarTab += '
 		<td><a href="exec:gs ''telefon'',''Phone_menu''"><img src="images/system/menu icons/icon_phone.png"></a></td>
-		<td><a href="exec:gs ''obj_din'', ''records''"><img src="images/system/menu icons/icon_additional.png"></a></td>
+		<td><a href="exec:gs ''obj_din'', ''records''"><img src="images/system/menu icons/<<$journalIcon>>"></a></td>
 		<td><a href="exec:killvar ''menu_page'' & gs''$menu_setting''"><img src="images/system/menu icons/icon_menu.png"></a></td>
 	</tr>
 </table>'
@@ -196,7 +201,7 @@ elseif menu_off = 1:
 	end
 	$menuBarTab += '
 		<td><a href="exec:gs ''telefon'',''Phone_menu''"><img src="images/system/menu icons/icon_phone.png"></a></td>
-		<td><a href="exec:gs ''obj_din'', ''menu_disabled''"><img src="images/system/menu icons/icon_additional.png"></a></td>
+		<td><a href="exec:gs ''obj_din'', ''menu_disabled''"><img src="images/system/menu icons/<<$journalIcon>>"></a></td>
 		<td><a href="exec:killvar ''menu_page'' & gs''obj_din'', ''menu_disabled''"><img src="images/system/menu icons/icon_menu.png"></a></td>
 	</tr>
 </table>'
@@ -204,6 +209,7 @@ elseif menu_off = 1:
 	killvar '$menuBarTab'
 end
 
+
 $pockets = 'Pockets'
 if bag > 0: $pockets = 'Purse'
 if bankAccount = 0 and stolmoney = 0: