1
0
KevinSmarts 6 vuotta sitten
vanhempi
säilyke
8d97054dd5
1 muutettua tiedostoa jossa 35 lisäystä ja 28 poistoa
  1. 35 28
      locations/agentned

+ 35 - 28
locations/agentned

@@ -80,22 +80,27 @@ if $ARGS[0] = 'rent_cityres':
 	*clr
 	'<center><b><font color = maroon>Real Estate Agency</font></b></center>'
 	'<center><img <<$set_imgh>> src="images/locations/city/citycenter/realestate/agenstvo.jpg"></center>'
-	'“We have a flat available right now in the residential area of St. Petersburg.” The receptionist says as he starts pulling out the paperwork. “Rent is 6,000₽ and leases have to be renewed every 30 days, which can be taken automatically from your account or you can come in and pay directly. Last but not least, you have to make your first payment up front at signing.”'
+	'“We have a flat available right now in the residential area of St. Petersburg.” The receptionist says as he starts pulling out the paperwork. “Rent is 10,000₽ and leases have to be renewed every 30 days, which can be taken automatically from your account or you can come in and pay directly. Last but not least, you have to make your first payment up front at signing.”'
 	'He pulls out a pen and slides the paperwork onto the counter. “Interested? We can get you moved in right away.”'
 
-	act 'Agree and pay':
-		cls
-		minut += 30
-		money -= 6000
-		home_owned[1] = 1
-		BuyHous = 2
-		ArendHouseSL += 30
-		gs'stat'
-		'<center><b><font color = maroon>Real Estate Agency</font></b></center>'
-		'<center><img <<$set_imgh>> src="images/locations/city/citycenter/realestate/agenstvo_paperwork.jpg"></center>'
-		'You take the pen and start filling out the paperwork. Half an hour later, you’re handing over the money and getting the keys to your new apartment.'
-
-		act 'Return':gt'agentned', 'start'
+	if money >= 10000:
+		act 'Agree and pay':
+			cls
+			minut += 30
+			money -= 10000
+			home_owned[1] = 1
+			BuyHous = 2
+			ArendHouseSL += 30
+			gs'stat'
+			'<center><b><font color = maroon>Real Estate Agency</font></b></center>'
+			'<center><img <<$set_imgh>> src="images/locations/city/citycenter/realestate/agenstvo_paperwork.jpg"></center>'
+			'You take the pen and start filling out the paperwork. Half an hour later, you’re handing over the money and getting the keys to your new apartment.'
+
+			act 'Return':gt'agentned', 'start'
+		end
+	else
+		*nl
+		'You do not have enough money with you to rent this now.'
 	end
 
 	act 'Decline':
@@ -118,20 +123,22 @@ if $ARGS[0] = 'rent_pushkin':
 	'“We have a small apartment available right now in Pushkin’s city center. It’s a little bit pricey, but it’s been recently renovated to be more modern, and it looks quite nice. You won’t find a place like that outside of Pushkin.” The receptionist says as he starts pulling out the paperwork. “Rent is 10,500₽ and leases have to be renewed every 30 days, which can be taken automatically from your account or you can come in and pay directly. Last but not least, you have to make your first payment up front at signing.”'
 	'He pulls out a pen and slides the paperwork onto the counter. “Interested? We can get you moved in right away.”'
 
-	act 'Agree and pay':
-		cla
-		*clr
-		minut += 30
-		money -= 6000
-		home_owned[4] = 1
-		BuyHous = 2
-		ArendHouseSL += 30
-		gs'stat'
-		'<center><b><font color = maroon>Real Estate Agency</font></b></center>'
-		'<center><img <<$set_imgh>> src="images/locations/city/citycenter/realestate/agenstvo_paperwork.jpg"></center>'
-		'You take the pen and start filling out the paperwork. An hour later, you’re handing over the money and getting the keys to your new apartment.'
-
-		act 'Return':gt'agentned', 'start'
+	if money >= 6000:
+		act 'Agree and pay':
+			cla
+			*clr
+			minut += 30
+			money -= 6000
+			home_owned[4] = 1
+			BuyHous = 2
+			ArendHouseSL += 30
+			gs'stat'
+			'<center><b><font color = maroon>Real Estate Agency</font></b></center>'
+			'<center><img <<$set_imgh>> src="images/locations/city/citycenter/realestate/agenstvo_paperwork.jpg"></center>'
+			'You take the pen and start filling out the paperwork. An hour later, you’re handing over the money and getting the keys to your new apartment.'
+
+			act 'Return':gt'agentned', 'start'
+		end
 	end
 
 	act 'Decline':