|
@@ -433,7 +433,8 @@ if $ARGS[0] = 'mira_events':
|
|
|
end
|
|
|
end
|
|
|
! mira slut events
|
|
|
- elseif npc_QW['A60'] >= 11 and temper >= 10 and sunWeather = 1:
|
|
|
+ elseif npc_QW['A60'] >= 11 and temper >= 10 and sunWeather = 1 and miraday ! daystart:
|
|
|
+ miraday = daystart
|
|
|
if pcs_horny > 50 and rand(0,1) = 0:
|
|
|
gs 'Miroslava', 'miraclothes'
|
|
|
'You meet Mira, who is heading to the river to get some water, seeing you she decides to stop and chat with you for a few minutes.'
|
|
@@ -514,7 +515,8 @@ if $ARGS[0] = 'mira_events':
|
|
|
act 'Finish your walk': gt 'gadukino'
|
|
|
end
|
|
|
! mira owes sveta wishes already
|
|
|
- elseif npc_QW['A60'] >= 4 and npc_QW['A60'] < 11 and temper >= 10 and sunWeather = 1:
|
|
|
+ elseif npc_QW['A60'] >= 4 and npc_QW['A60'] < 11 and temper >= 10 and sunWeather = 1 and miraday ! daystart:
|
|
|
+ miraday = daystart
|
|
|
! mira first wish done
|
|
|
if npc_QW['A60'] >= 6:
|
|
|
*clr & cla
|
|
@@ -560,7 +562,7 @@ if $ARGS[0] = 'mira_events':
|
|
|
act 'Finish your walk': gt 'gadukino'
|
|
|
end
|
|
|
end
|
|
|
- ! quest not far along enough yet so just talking to mira
|
|
|
+ ! quest not far along enough yet so just talking to mira or already watched mira have sex today
|
|
|
else
|
|
|
temp = rand(0,1)
|
|
|
if temp = 0:
|
|
@@ -580,7 +582,7 @@ if $ARGS[0] = 'mira_events':
|
|
|
if npc_QW['A60'] = 0:
|
|
|
'<center><img <<$set_imgh>> src="images/characters/village/mira/mira1.jpg"></center>'
|
|
|
else
|
|
|
- '<center><img <<$set_imgh>> src="images/characters/village/mira/mira4.jpg"></center>'
|
|
|
+ gs 'Miroslava','miraclothes'
|
|
|
end
|
|
|
'You meet Mira, who is heading to the river to get some water, seeing you she decides to stop and chat with you for a few minutes.'
|
|
|
|