Browse Source

[fixed] hopefully a failsafe that will prevent further missing hookup identities

hornguy6 1 year ago
parent
commit
2283590d00
1 changed files with 7 additions and 1 deletions
  1. 7 1
      locations/hookup.qsrc

+ 7 - 1
locations/hookup.qsrc

@@ -1,7 +1,13 @@
 # hookup
 !! 2021/05/06
 if $ARGS[0] = 'start':
-	
+	if $boy ! $npclastgenerated and $boy ! $npclastsaved:
+		if npcgen_lastrun = 1:
+			gs 'boystat', $npclastgenerated
+		elseif npcgen_lastrun = 2:
+			gs 'boystat', $npclastsaved
+		end
+	end
 	hookup['orgasm_count'] = orgasm
 	$location_type = 'indoors'
 	$location_type = 'indoors'