Browse Source

Missing colon

KevinSmarts 6 years ago
parent
commit
e83bdef8bc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locations/npcbreeder

+ 1 - 1
locations/npcbreeder

@@ -79,7 +79,7 @@ if $ARGS[0] = 'cum':
 	breedtemp[3] = breedtemp[0] * (breedtemp[2] + breedtemp[4])
 
 	!! {Checking if she got knocked up, and setting the stats if she did.}
-	if rand(0,9000000) < breedtemp[3]
+	if rand(0,9000000) < breedtemp[3]:
 		npc_fert[$boy1] = 5
 		npc_cyc[$boy1] = 1
 		$npc_kidpater[$boy1] = $ARGS[0]