Browse Source

fixed incorrect gosub.

Ekay 8 năm trước cách đây
mục cha
commit
518a33f972
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      locations/shulga_room

+ 1 - 1
locations/shulga_room

@@ -56,7 +56,7 @@ if $ARGS[0] = 'start':
 
 	if week < 6 and hour >= 0 and hour < 3:
 		act 'Drink beer with the guys': gs 'shulga_room', 'shulga_beer'
-		act 'Playing cards': gs 'cardgame_durak', 'card_game_durak'
+		act 'Playing cards': gs 'cardgame_durak', 'start'
 	end
 
 	act 'Small sofa':