|
@@ -79,16 +79,17 @@ if $ARGS[0] = 'start' or $ARGS[0] = '':
|
|
|
if $clothingworntype ! 'exercise':
|
|
|
*nl
|
|
|
'Your meadow is a perfect place to workout if you were wearing exercise clothes'
|
|
|
- elseif pcs_inhib <= 50 and temper >= 10:
|
|
|
- *nl
|
|
|
- act 'Exercise': gt 'meadow', 'workout'
|
|
|
- if Miraloc ! 2 or npc_rel['A60'] > 40 or mirasex = 1:
|
|
|
- if Miraloc = 2:
|
|
|
- 'Your meadow is a perfect place to exercise. Mira is here but she wouldn''t mind if you exercised for a little bit, even if in the nude.'
|
|
|
- else
|
|
|
- 'Your meadow is a perfect place to exercise. There is no one around, so you could probably exercise nude if you wanted.'
|
|
|
- end
|
|
|
- act 'Exercise nude':gt 'meadow', 'workout', 'nude'
|
|
|
+ if pcs_inhib <= 50 and temper >= 10:
|
|
|
+ *nl
|
|
|
+ act 'Exercise': gt 'meadow', 'workout'
|
|
|
+ if Miraloc ! 2 or npc_rel['A60'] > 40 or mirasex = 1:
|
|
|
+ if Miraloc = 2:
|
|
|
+ 'Your meadow is a perfect place to exercise. Mira is here but she wouldn''t mind if you exercised for a little bit, even if in the nude.'
|
|
|
+ else
|
|
|
+ 'Your meadow is a perfect place to exercise. There is no one around, so you could probably exercise nude if you wanted.'
|
|
|
+ end
|
|
|
+ act 'Exercise nude':gt 'meadow', 'workout', 'nude'
|
|
|
+ end
|
|
|
end
|
|
|
else
|
|
|
*nl
|