Browse Source

[added] jaw pain showing up now

CroWke 4 years ago
parent
commit
8151181fbc
1 changed files with 9 additions and 0 deletions
  1. 9 0
      locations/obj_din.qsrc

+ 9 - 0
locations/obj_din.qsrc

@@ -1587,6 +1587,15 @@ if $ARGS[0] = 'pain':
 			'Your mouth hurts.'
 		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'] > 70:
 			'<b><font color="red">Your lips are in extreme pain.</font></b>'