Parcourir la source

Fix for girlfriend preferences

Variables determining lover preferences changed to be created randomly
Barkblade il y a 3 ans
Parent
commit
dcaf4c7ada
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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]