|
@@ -1026,7 +1026,9 @@ if $ARGS[0] = 'private':
|
|
end
|
|
end
|
|
|
|
|
|
if mosolmaz > 0: 'On a shelf is a tube of ointment for chafing, which will be enough for <b><<mosolmaz>></b> applications.'
|
|
if mosolmaz > 0: 'On a shelf is a tube of ointment for chafing, which will be enough for <b><<mosolmaz>></b> applications.'
|
|
-
|
|
|
|
|
|
+ if item_moisturizer > 0:
|
|
|
|
+ 'You look at your moisturiser and think you have about <<item_moisturizer>> applications left.'
|
|
|
|
+ end
|
|
if tampon = 0 and sanpad = 0:
|
|
if tampon = 0 and sanpad = 0:
|
|
'<b><font color="red">You have no feminine hygiene products left.</font></b>'
|
|
'<b><font color="red">You have no feminine hygiene products left.</font></b>'
|
|
elseif tampon = 1 and tampon['warning'] ! daystart:
|
|
elseif tampon = 1 and tampon['warning'] ! daystart:
|
|
@@ -1034,7 +1036,7 @@ if $ARGS[0] = 'private':
|
|
msg'<font color="red">You only have <b><<tampon>></b> tampon left!</font>'
|
|
msg'<font color="red">You only have <b><<tampon>></b> tampon left!</font>'
|
|
elseif tampon = 1:
|
|
elseif tampon = 1:
|
|
msg'<font color="red">You only have <b><<tampon>></b> tampon left.</font>'
|
|
msg'<font color="red">You only have <b><<tampon>></b> tampon left.</font>'
|
|
- else
|
|
|
|
|
|
+ elseif tampon > 0:
|
|
'You have <b><<tampon>></b> tampons.'
|
|
'You have <b><<tampon>></b> tampons.'
|
|
end
|
|
end
|
|
|
|
|
|
@@ -1043,7 +1045,7 @@ if $ARGS[0] = 'private':
|
|
msg'<font color="red">You only have <b><<sanpad>></b> pad left!</font>'
|
|
msg'<font color="red">You only have <b><<sanpad>></b> pad left!</font>'
|
|
elseif sanpad = 1:
|
|
elseif sanpad = 1:
|
|
'<font color="red">You have only <b><<sanpad>></b> pads left.</font>'
|
|
'<font color="red">You have only <b><<sanpad>></b> pads left.</font>'
|
|
- else
|
|
|
|
|
|
+ elseif sanpad > 0:
|
|
'You have <b><<sanpad>></b> pads.'
|
|
'You have <b><<sanpad>></b> pads.'
|
|
end
|
|
end
|
|
|
|
|
|
@@ -1768,7 +1770,6 @@ if $ARGS[0] = 'shave_options':
|
|
'Rectangle'
|
|
'Rectangle'
|
|
end
|
|
end
|
|
|
|
|
|
-
|
|
|
|
'</center></TD><TR><center>'
|
|
'</center></TD><TR><center>'
|
|
'Your razor will last for <b><<stanok>></b> more shaves.'
|
|
'Your razor will last for <b><<stanok>></b> more shaves.'
|
|
*nl
|
|
*nl
|