|
@@ -19,9 +19,9 @@ if $loc = 'kafe' and metka = 'start' and menu_off = 0 and QWdogReiq = 3 and week
|
|
|
|
|
|
!! Probably replace houserabrand with another random factor which takes into account PC's
|
|
|
!! beast exp and relationship with pet.
|
|
|
-if $loc = 'bed' and ((bm_pet_dog_rel > 10 and pcs_horny > 60) or (pcs_horny > 80 and alko > 3) or bm_beast['exp'] > 6) and housrA = 1 and bm_dog_once_day ! daystart and houserabrand < 4: gt 'mod_bestmod_bed', 'sog1'
|
|
|
+if $loc = 'bed' and zoo > 6 and housrA = 1 and bm_dog_once_day ! daystart and houserabrand < 4:gt 'mod_bestmod_bed', 'sog1'
|
|
|
|
|
|
-if $loc = 'glake' and $selact = 'Go sunbathing (1:00)' and $clothingworntype = 'nude' and bm_beast['exp'] > 0 and rand(1,10) = 5: gt 'mod_bestmod_lake_dog', 'start'
|
|
|
+!!if $loc = 'glake' and $selact = 'Go sunbathing (1:00)' and $clothingworntype = 'nude' and zoo > 0 and rand(1,10) = 5
|
|
|
|
|
|
if $loc = 'postdeliveries' and $ARGS[0] = '10':
|
|
|
if banditfrend = 1:
|
|
@@ -39,12 +39,4 @@ if $loc = 'postdeliveries' and $ARGS[0] = '10':
|
|
|
end
|
|
|
end
|
|
|
end
|
|
|
-
|
|
|
-!! Some of the variables used in this mod:
|
|
|
-!! bm_beast['exp'] Beastiality experience. Incremented each act.
|
|
|
-!! bm_beast['num'] Count of animal partners. Incremented once per individual.
|
|
|
-!! bm_beast['dog_exp'] Experience with dogs. Incremented each act with dog.
|
|
|
-!! bm_beast['dog_num'] Count of dog partners. Incremented once per individual dog.
|
|
|
-!! ...
|
|
|
-
|
|
|
--- mod_bestmod ---------------------------------
|