Browse Source

Making sure half done stuff doesn't show up

Netuttki 3 years ago
parent
commit
5aa1637aea
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locations/stat_display.qsrc

+ 1 - 1
locations/stat_display.qsrc

@@ -2016,7 +2016,7 @@ if arrsize('spellComplete') > 0:
 end
 
 !!Guitar icon goes here
-if ml_guitar['carried'] = 1 or $ml_guitar['location'] = $curloc: 
+if ml_guitar['carried'] = 2 or $ml_guitar['location'] = 'testlab': 
 	$stat_msg +='<br><br><a href="exec: gt ''music_actions'', ''start'', $curloc"><img src="images/system/icon/icon_guitar.png"></a>'
 end
 !!