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