|
@@ -31,11 +31,11 @@ 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(mod_bestmod_pc_dog_fert and mod_bestmod_enable_preg, -1, 20000)
|
|
|
+ npc_spermpot[$npclastsaved] = iif(bm_pc_dog_fert and bm_enable_preg, -1, 20000)
|
|
|
$npc_thdick[$npclastsaved] = 'knotted'
|
|
|
npc_dick[$npclastsaved] = 7
|
|
|
npc_sexskill[$npclastsaved] = 0
|
|
|
- sobaka_sexvolume = rand(100, 200)
|
|
|
+ $bm_npc_species[$npclastsaved] = 'dog'
|
|
|
|
|
|
act 'Move away from the counter':gt 'zoomagazine', 'start'
|
|
|
end
|