浏览代码

Fix for girlfriend preferences

Variables determining lover preferences changed to be created randomly
Barkblade 3 年之前
父节点
当前提交
dcaf4c7ada
共有 1 个文件被更改,包括 2 次插入2 次删除
  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]