Browse Source

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

VioletKitten 4 năm trước cách đây
mục cha
commit
6e00edf967
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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