소스 검색

[changed] random generated npc horny based on PC attractiveness

Lusticon 5 달 전
부모
커밋
11358c0fb1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      locations/npcgeneratec.qsrc

+ 1 - 1
locations/npcgeneratec.qsrc

@@ -231,7 +231,7 @@ npc_intel[$npclastgenerated] = rand(1,npctempc2)
 npc_drunk[$npclastgenerated] = 0
 
 !! Horniness
-npc_horny[$npclastgenerated] = rand(0,60)
+npc_horny[$npclastgenerated] = max(0, rand(hotcat*2,hotcat*8) - npc_gender[$npclastgenerated]*20)
 
 !! Attractiveness
 npc_apprnc[$npclastgenerated] = rand(30,60)