Quellcode durchsuchen

[fixed] code seeded for the future was preventing booty calls from occurring in the first week of the game

hornguy6 vor 1 Jahr
Ursprung
Commit
2e756fc3ae
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. 2 1
      locations/booty_call.qsrc

+ 2 - 1
locations/booty_call.qsrc

@@ -14,7 +14,8 @@ if $ARGS[0] = 'scheduler2':
 
 !!		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:
+!!		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 and daystart > 7):
+		if (rand(1,10) <= npc_sexdrive[$FuckBuddy[i]] or npc_booty_call[$FuckBuddy[i]] = daystart) and npc_no_booty_call[$FuckBuddy[i]] ! daystart:
 			gs 'booty_call', 'scheduler3'
 		else
 			npc_no_booty_call[$FuckBuddy[i]] = daystart