1
0
Kaynağa Gözat

[fixes] Disabled goto command leading to a location file that doesn't exist in the game files.

VioletKitten 4 yıl önce
ebeveyn
işleme
6e00edf967
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      locations/foto_events.qsrc

+ 1 - 1
locations/foto_events.qsrc

@@ -13,7 +13,7 @@ if $ARGS[0] = 'fame':
 	if mdlng_fame_event = 2 and pcs_agil < 40:
 		gt'foto_events','pool1'
 	end
-	if mdlng_fame_event = 3:gt'foto_events2','champagne1'
+!!	if mdlng_fame_event = 3:gt'foto_events2','champagne1'
 	if mdlng_fame_event = 2 and pcs_agil >= 40:gt'foto_events','tennis'
 end