Parcourir la source

Missing commas

KevinSmarts il y a 7 ans
Parent
commit
0d53340bd5
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      locations/KatjaHomeTalk

+ 2 - 2
locations/KatjaHomeTalk

@@ -504,7 +504,7 @@ if $ARGS[0] = 'shower_kiss_home':
 		gs 'stat'
 		gs 'stat'
 	
 	
 		act 'Get out of the shower':
 		act 'Get out of the shower':
-			gs 'arousal' 'end'
+			gs 'arousal', 'end'
 			gt 'KatjaHomeTalk'
 			gt 'KatjaHomeTalk'
 		end
 		end
 	end
 	end
@@ -522,7 +522,7 @@ if $ARGS[0] = 'shower_kiss_home':
 		'You remove her hands and smile at her. Then you dismiss Katja, who shyly looks to the floor and leaves the bathroom.'
 		'You remove her hands and smile at her. Then you dismiss Katja, who shyly looks to the floor and leaves the bathroom.'
 
 
 		act 'Get out of the shower':
 		act 'Get out of the shower':
-			gs 'arousal' 'end'
+			gs 'arousal', 'end'
 			gt 'KatjaHomeTalk'
 			gt 'KatjaHomeTalk'
 		end
 		end
 	end
 	end