Browse Source

[fixed] It's tea biscuits not tea + biscuits

Kevin_Smarts 2 years ago
parent
commit
63e193faca
1 changed files with 2 additions and 10 deletions
  1. 2 10
      locations/kit_din.qsrc

+ 2 - 10
locations/kit_din.qsrc

@@ -454,7 +454,7 @@ $pranik = {
 		else
 			'You have enough tea biscuits for <b><<pranik>></b> more snacks.'
 		end
-		act 'Have tea with biscuits (0:05)':
+		act 'Eat some tea biscuits (0:05)':
 			*clr & cla
 			menu_off = 1
 			minut += 5
@@ -462,19 +462,11 @@ $pranik = {
 			pcs_health += 30
 			pcs_mood += 20
 			pcs_energy += 20
-			if pcs_hydra >= 100:
-				pcs_hydra += 30
-			else
-				pcs_hydra += 60
-			end
-			cumspclnt = 2
-			gs 'cum_cleanup'
-			pcs_breath = 0
 			fat += 4
 			frost = 0
 			gs 'stat'
 			'<center><img <<$set_imgh>> src="images/shared/food/food.jpg"></center>'
-			'You drank some tea and enjoyed your biscuits. You know they''re too sweet and can''t be good for your figure, but they taste so good!'
+			'You enjoy your biscuits. You know they''re too sweet and can''t be good for your figure, but they taste so good!'
 
 			act 'Get up from the table':gt $loc, $loc_arg
 		end