|
@@ -1587,6 +1587,15 @@ if $ARGS[0] = 'pain':
|
|
'Your mouth hurts.'
|
|
'Your mouth hurts.'
|
|
end
|
|
end
|
|
end
|
|
end
|
|
|
|
+ if pain['jaw'] > 0:
|
|
|
|
+ if pain['jaw'] > 70:
|
|
|
|
+ '<b><font color="red">Your jaw is in extreme pain.</font></b>'
|
|
|
|
+ elseif pain['jaw'] > 40:
|
|
|
|
+ 'Your jaw is very sore.'
|
|
|
|
+ else
|
|
|
|
+ 'Your jaw hurts.'
|
|
|
|
+ end
|
|
|
|
+ end
|
|
if pain['lips'] > 0:
|
|
if pain['lips'] > 0:
|
|
if pain['lips'] > 70:
|
|
if pain['lips'] > 70:
|
|
'<b><font color="red">Your lips are in extreme pain.</font></b>'
|
|
'<b><font color="red">Your lips are in extreme pain.</font></b>'
|