ソースを参照

Making sure half done stuff doesn't show up

Netuttki 3 年 前
コミット
5aa1637aea
1 ファイル変更1 行追加1 行削除
  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
 !!