0
0
Quellcode durchsuchen

Fix for girlfriend preferences

Variables determining lover preferences changed to be created randomly
Barkblade vor 3 Jahren
Ursprung
Commit
dcaf4c7ada
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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]