Browse Source

[fixed] fuckbuddies start with 0 relationship so requiring npc_rel > 0 means that they won't ever call

hornguy6 1 year ago
parent
commit
7c1c0a1cf0
1 changed files with 5 additions and 1 deletions
  1. 5 1
      locations/booty_call.qsrc

+ 5 - 1
locations/booty_call.qsrc

@@ -10,7 +10,11 @@ end
 if $ARGS[0] = 'scheduler2':
 	if i <= arrsize('$FuckBuddy'):
 		gs 'booty_call', 'npc_stat_update'
-		if (rand(1,10) <= npc_sexdrive[$FuckBuddy[i]] or npc_booty_call[$FuckBuddy[i]] = daystart) and npc_rel[$FuckBuddy[i]] > 0 and npc_no_booty_call[$FuckBuddy[i]] ! daystart and npc_big_fight[$FuckBuddy[i]] < daystart - 7:
+!!		if (rand(1,10) <= npc_sexdrive[$FuckBuddy[i]] or npc_booty_call[$FuckBuddy[i]] = daystart) and npc_rel[$FuckBuddy[i]] > 0 and npc_no_booty_call[$FuckBuddy[i]] ! daystart and npc_big_fight[$FuckBuddy[i]] < daystart - 7:
+
+!!		temporary removal of npc_rel requirement until boy initiated breakups can occur
+
+		if (rand(1,10) <= npc_sexdrive[$FuckBuddy[i]] or npc_booty_call[$FuckBuddy[i]] = daystart) and npc_no_booty_call[$FuckBuddy[i]] ! daystart and npc_big_fight[$FuckBuddy[i]] < daystart - 7:
 			gs 'booty_call', 'scheduler3'
 		else
 			npc_no_booty_call[$FuckBuddy[i]] = daystart