Browse Source

[changed] adjusted food/drink times (Forgot PC has no friends).

Scott 'Anach 6 years ago
parent
commit
35f4b37aa5
2 changed files with 20 additions and 20 deletions
  1. 6 6
      locations/beverage
  2. 14 14
      locations/food

+ 6 - 6
locations/beverage

@@ -3,7 +3,7 @@
 if $ARGS[0] = 'bev_kva':
 	*clr & cla
 	frost = 1
-	minut += 15
+	minut += 10
 	fat += 2
 	money -= val($_drink['<<args[1]>>,price'])
 	pcs_health += 5
@@ -30,7 +30,7 @@ if $ARGS[0] = 'bev_jui':
 	*clr & cla
 	frost = 1
 	alko -= 1
-	minut += 15
+	minut += 10
 	fat += 3
 	money -= val($_drink['<<args[1]>>,price'])
 	pcs_health += 8
@@ -56,7 +56,7 @@ end
 if $ARGS[0] = 'bev_mil':
 	*clr & cla
 	frost = 1
-	minut += 15
+	minut += 10
 	fat += 6
 	money -= val($_drink['<<args[1]>>,price'])
 	pcs_health += 5
@@ -83,7 +83,7 @@ if $ARGS[0] = 'bev_wat':
 	*clr & cla
 	frost = 1
 	alko -= 1
-	minut += 15
+	minut += 10
 	money -= val($_drink['<<args[1]>>,price'])
 	pcs_health += 10
 	pcs_energy += 4
@@ -108,7 +108,7 @@ if $ARGS[0] = 'bev_cof':
 	*clr & cla
 	frost = 0
 	alko -= 1
-	minut += 15
+	minut += 10
 	money -= val($_drink['<<args[1]>>,price'])
 	pcs_health += 5
 	pcs_mood += 20
@@ -134,7 +134,7 @@ if $ARGS[0] = 'bev_tea':
 	*clr & cla
 	frost = 0
 	alko -= 1
-	minut += 15
+	minut += 10
 	money -= val($_drink['<<args[1]>>,price'])
 	pcs_health += 10
 	pcs_mood += 20

+ 14 - 14
locations/food

@@ -10,7 +10,7 @@
 if $ARGS[0] = 'pirosh':
 	*clr & cla
 	frost = 0
-	minut += 25
+	minut += 15
 	money -= val($_eat['<<args[1]>>,price'])
 	pcs_health += 5
 	mood += 5
@@ -36,7 +36,7 @@ end
 if $ARGS[0] = 'golub':
 	*clr & cla
 	frost = 0
-	minut += 30
+	minut += 20
 	money -= val($_eat['<<args[1]>>,price'])
 	pcs_health += 10
 	mood += 5
@@ -62,7 +62,7 @@ end
 if $ARGS[0] = 'pozhar':
 	*clr & cla
 	frost = 0
-	minut += 30
+	minut += 20
 	money -= val($_eat['<<args[1]>>,price'])
 	pcs_health += 15
 	mood += 10
@@ -88,7 +88,7 @@ end
 if $ARGS[0] = 'reuben':
 	*clr & cla
 	frost = 0
-	minut += 35
+	minut += 25
 	money -= val($_eat['<<args[1]>>,price'])
 	pcs_health += 20
 	mood += 25
@@ -165,7 +165,7 @@ end
 if $ARGS[0] = 'salfan':
 	*clr & cla
 	frost = 0
-	minut += 35
+	minut += 40
 	money -= val($_eat['<<args[1]>>,price'])
 	pcs_health += 20
 	mood += 20
@@ -191,7 +191,7 @@ end
 if $ARGS[0] = 'strofan':
 	*clr & cla
 	frost = 0
-	minut += 30
+	minut += 35
 	money -= val($_eat['<<args[1]>>,price'])
 	pcs_health += 20
 	mood += 30
@@ -243,7 +243,7 @@ end
 if $ARGS[0] = 'blifan':
 	*clr & cla
 	frost = 0
-	minut += 15
+	minut += 20
 	money -= val($_eat['<<args[1]>>,price'])
 	pcs_health += 30
 	mood += 40
@@ -269,7 +269,7 @@ end
 if $ARGS[0] = 'ryesna':
 	*clr & cla
 	frost = 0
-	minut += 15
+	minut += 10
 	money -= val($_eat['<<args[1]>>,price'])
 	pcs_health += 5
 	mood += 10
@@ -295,7 +295,7 @@ end
 if $ARGS[0] = 'crisps':
 	*clr & cla
 	frost = 0
-	minut += 15
+	minut += 10
 	money -= val($_eat['<<args[1]>>,price'])
 	pcs_health += 5
 	mood += 20
@@ -321,7 +321,7 @@ end
 if $ARGS[0] = 'onring':
 	*clr & cla
 	frost = 0
-	minut += 15
+	minut += 10
 	money -= val($_eat['<<args[1]>>,price'])
 	pcs_health += 10
 	mood += 5
@@ -347,7 +347,7 @@ end
 if $ARGS[0] = 'vegburg':
 	*clr & cla
 	frost = 0
-	minut += 30
+	minut += 20
 	money -= val($_eat['<<args[1]>>,price'])
 	pcs_health += 20
 	mood += 10
@@ -373,7 +373,7 @@ end
 if $ARGS[0] = 'turburg':
 	*clr & cla
 	frost = 0
-	minut += 30
+	minut += 20
 	money -= val($_eat['<<args[1]>>,price'])
 	pcs_health += 10
 	mood += 10
@@ -399,7 +399,7 @@ end
 if $ARGS[0] = 'batfish':
 	*clr & cla
 	frost = 0
-	minut += 30
+	minut += 20
 	money -= val($_eat['<<args[1]>>,price'])
 	pcs_health += 15
 	mood += 15
@@ -425,7 +425,7 @@ end
 if $ARGS[0] = 'cheburg':
 	*clr & cla
 	frost = 0
-	minut += 30
+	minut += 25
 	money -= val($_eat['<<args[1]>>,price'])
 	pcs_health += 20
 	mood += 20