Browse Source

Fix for girlfriend preferences

Variables determining lover preferences changed to be created randomly
Barkblade 3 years ago
parent
commit
dcaf4c7ada
1 changed files with 2 additions and 2 deletions
  1. 2 2
      locations/girl.qsrc

+ 2 - 2
locations/girl.qsrc

@@ -96,8 +96,8 @@ if $ARGS[0] = 'details':
 
 
 
-	hairboy = npc_haircol[$npclastgenerated]
-	titboy = npc_bust[$npclastgenerated]
+	hairboy = rand(0,3)
+	titboy = rand(0,2)
 	vneshboy = npc_apprnc[$npclastgenerated]