Ver código fonte

Fix for girlfriend preferences

Variables determining lover preferences changed to be created randomly
Barkblade 3 anos atrás
pai
commit
dcaf4c7ada
1 arquivos alterados com 2 adições e 2 exclusões
  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]