Browse Source

Fixed the incorrect "you're not alone" message bug.

netuttki 7 months ago
parent
commit
bdef1b72cd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locations/music_actions.qsrc

+ 1 - 1
locations/music_actions.qsrc

@@ -229,7 +229,7 @@ if $ARGS[0] = 'record_music':
     elseif will_cost = 0:
             act 'Record a song with your phone (30 minutes)': gt 'music_onlinemusic', 'record_song'
     elseif will_cost  <= pcs_willpwr:
-        act 'Record a song with your phone (30 minutes) (<<will_cost>> Willpower - you are not alone)':
+        act 'Record a song with your phone (30 minutes) (<<will_cost>> Willpower' + iif(ml_not_alone, ' - you are not alone)', ')'):
             inhib_exp += rand(1,2)
             gs 'willpower', 'pay', 'self'
             gs 'stat'