Quellcode durchsuchen

[fixed] event not leading to nude debut

hornguy6 vor 8 Monaten
Ursprung
Commit
97f2995999
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      locations/foto_events.qsrc

+ 2 - 2
locations/foto_events.qsrc

@@ -938,7 +938,7 @@ if $ARGS[0] = 'nude_persuasion':
 			'"The special bonus doesn''t hurt either," you smile back shyly.'
 			'The manager laughs showing you his clipboard. "Go to this set here and everything is already set up for you."'
 			foto_persuade = 5
-			act'Do the nude shoot':gt'foto_shoot','nude'
+			gs'foto_nude_debut', 'nude_debut_shave_start'
 		end
 	end
 	if foto_persuade = 1 and pcs_inhib < 60:
@@ -969,7 +969,7 @@ if $ARGS[0] = 'nude_persuasion':
 		'The manager smiles wide at you.'
 		'"Great! Then go to this set here and the photographer will be ready for you."'
 		foto_persuade = 5
-		act'Do the nude shoot':gt'foto_shoot','nude'
+		gs'foto_nude_debut', 'nude_debut_shave_start'
 	end
 end