|
@@ -12,7 +12,7 @@ if $ARGS[0] = 'Yakov':
|
|
|
if Yakov['hadSex'] = 1:'As you know very well, <<$npc_firstname[$boy]>> has <<npc_dick[$boy]>> cm long <a href="exec:gt ''pav_shared_yakov'', ''Yakov_Dick''">dick</a> with always smoothly shaved pubic hair.'
|
|
|
''
|
|
|
'<b>Today he looks to be in a <<$Yakov[''mood'']>> mood.</b>'
|
|
|
- if (totminut - Yakov_served) < 180:
|
|
|
+ if (totminut - Yakov['served']) < 180:
|
|
|
Yakov['serve'] = 0
|
|
|
'It''s not even been 3 hours since you last served <<$npc_firstname[$boy]>>'
|
|
|
else
|
|
@@ -340,7 +340,7 @@ if $ARGS[0] = 'Yakov_Serve':
|
|
|
act 'Agree': npc_rel['A264'] += 1 & gt 'pav_shared_yakov', 'Yakov_SexGiantdildo'
|
|
|
end
|
|
|
end
|
|
|
- if shared_apt['actionR'] > 1:act 'Say you changed your mind and leave': npc_rel['A264'] -= 1 & gt 'pav_shared_apt', 'start'
|
|
|
+ if shared_apt['actionR'] > 1:act 'Say you changed your mind and leave':Yakov['served'] = 0 & npc_rel['A264'] -= 1 & gt 'pav_shared_apt', 'start'
|
|
|
end
|
|
|
end
|
|
|
|