ソースを参照

[fixed] missing if in nichchore

julzor 5 年 前
コミット
7cdc20b252
1 ファイル変更1 行追加1 行削除
  1. 1 1
      locations/nichChore.qsrc

+ 1 - 1
locations/nichChore.qsrc

@@ -161,7 +161,7 @@ if $ARGS[0] = 'inspect':
 		elseif nichChoreState[nichChoreID] <= 25:
 			$nichTempPic = 'images/locations/city/citycenter/nichApartment/laundry2.jpg'
 			$nichChoreDesc = 'A pile of laundry lies in front of the washing machine waiting to be washed.'
-		else nichChoreState[nichChoreID] <= 35:
+		elseif nichChoreState[nichChoreID] <= 35:
 			$nichTempPic = 'images/locations/city/citycenter/nichApartment/laundry3.jpg'
 			$nichChoreDesc = 'A big pile of laundry lies in front of the washing machine. You will have to fill the machine several times to get it all done.'
 		else