|
@@ -334,7 +334,7 @@ if $ARGS[0] = 'skills':
|
|
|
'<b>Other Skills</b>'
|
|
|
*nl
|
|
|
if SchoolAtestat = 0 and StoryLine > 0:
|
|
|
- if schoolprogul > 0: 'Schhool absenteesim - <<schoolprogul>>'
|
|
|
+ if schoolprogul > 0: 'School absenteeism - <<schoolprogul>> days'
|
|
|
end
|
|
|
'</td><td width="25%" cellspacing="0" cellpadding="10" valign="top">'
|
|
|
'<b>Beauty Skills</b>'
|
|
@@ -442,7 +442,7 @@ if $ARGS[0] = 'stats':
|
|
|
'You are failing high school, you need to do something about this right now, if you want to graduate.'
|
|
|
end
|
|
|
|
|
|
- if schoolprogul > 1: 'Absenteeism in school - <<schoolprogul>> days'
|
|
|
+ if schoolprogul > 0: 'School absenteeism - <<schoolprogul>> days'
|
|
|
end
|
|
|
*nl
|
|
|
|