|
@@ -25,12 +25,16 @@ if $curloc = 'bed' and ((bm_pet_dog_rel > 10 and pcs_horny > 60) or (pcs_horny >
|
|
|
|
|
|
if $loc = 'glake' and $selact = 'Go sunbathing (30 minutes)' 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 (30 minutes)' and $clothingworntype = 'nude' and bm_beast['exp'] > 0 and rand(1,10) = 5: gt 'mod_bestmod_lake_dog', 'start'
|
|
|
|
|
|
-if $locclass = 'park' and $metka = 'start' and (hour >= 20 or hour < 6) and menu_off = 0:
|
|
|
|
|
|
+if $locclass = 'park' and $loc ! 'parks' and $metka = 'start' and (hour >= 20 or hour < 6) and menu_off = 0:
|
|
*nl
|
|
*nl
|
|
- 'You see a stray dog sniffing around some trash.'
|
|
|
|
|
|
+ if $loc = 'lug':
|
|
|
|
+ 'You see a stray dog wandering around just behind the tree line.'
|
|
|
|
+ else
|
|
|
|
+ 'You see a stray dog sniffing around some trash.'
|
|
|
|
+ end
|
|
act 'Go up to the stray dog': gt 'mod_bestmod_park_dog', 'start', $loc
|
|
act 'Go up to the stray dog': gt 'mod_bestmod_park_dog', 'start', $loc
|
|
end
|
|
end
|
|
-
|
|
|
|
|
|
+
|
|
if $loc = 'postdeliveries' and $ARGS[0] = '10':
|
|
if $loc = 'postdeliveries' and $ARGS[0] = '10':
|
|
if banditfrend = 1:
|
|
if banditfrend = 1:
|
|
act 'Try to calm the dog':
|
|
act 'Try to calm the dog':
|