|
@@ -31,7 +31,7 @@ if $ARGS[0] = 'buy_dog':
|
|
|
$npc_lastname[$npclastsaved] = $namesob
|
|
|
$npc_usedname[$npclastsaved] = $namesob
|
|
|
$npc_notes[$npclastsaved] = 'The dog you purchased from the pet shop.'
|
|
|
- npc_spermpot[$npclastsaved] = iif(bm_pc_dog_fert and bm_enable_preg, -1, 20000)
|
|
|
+ npc_spermpot[$npclastsaved] = iif(bm_pc_dog_fert and bm_enable_preg, 20000, -1)
|
|
|
$npc_thdick[$npclastsaved] = 'knotted'
|
|
|
npc_dick[$npclastsaved] = 7
|
|
|
npc_sexskill[$npclastsaved] = 0
|