Browse Source

[text edit] Made the drunk messages clearer and added some colour change to show a little progression

KevinSmarts 5 years ago
parent
commit
d1d4e6c4bc
1 changed files with 7 additions and 7 deletions
  1. 7 7
      locations/stat_display.qsrc

+ 7 - 7
locations/stat_display.qsrc

@@ -1285,17 +1285,17 @@ if meetday[2] < daystart and svidanie[2] = 1:pcs_lovers_rel[2] -= 10 & svidanie[
 if StrongNarkota > 20:$stat_msg += '<BR><b><font color="red">You are stoned.</font></b>'
 if amphHigh > 0: $stat_msg += '<BR><b><font color="red">You feel a little wired.</font></b>'
 
-if alko >0:
+if alko > 0:
 	if alko = 1:
 		slut_bonus = 0
-		$stat_msg += '<BR><b><font color="red">You feel a little buzz from drinking.</font></b>'
-	elseif alko > 1 and alko <= 3:
+		$stat_msg += '<BR><b>You feel a little buzz from drinking.</b>'
+	elseif alko < 4:
 		slut_bonus = 10
-		$stat_msg += '<BR><b><font color="red">You''re feeling a bit tipsy.</font></b>'
-	elseif alko > 3 and alko <= 5:
+		$stat_msg += '<BR><b><font color="orange">You''re feeling a bit tipsy.</font></b>'
+	elseif alko < 6:
 		slut_bonus = 20
-		$stat_msg += '<BR><b><font color="red">You''re a bit drunk.</font></b>'
-	elseif alko > 5 and alko < 10:
+		$stat_msg += '<BR><b><font color="red">You''re drunk.</font></b>'
+	elseif alko < 10:
 		slut_bonus = 30
 		$stat_msg += '<BR><b><font color="red">You''re very drunk.</font></b>'
 	else