Browse Source

[fixes] Missing brackets

KevinSmarts 4 years ago
parent
commit
4b978624b2
1 changed files with 5 additions and 5 deletions
  1. 5 5
      locations/pirsingsalon.qsrc

+ 5 - 5
locations/pirsingsalon.qsrc

@@ -310,7 +310,7 @@ if $ARGS[0] = 'ears_pir':
 				'You don''t have enough money in your bank for these earrings.'
 			end
 		end
-	elseif (money >= 3000) or (karta + bankDebtLimit >= 3000:
+	elseif (money >= 3000) or (karta + bankDebtLimit >= 3000):
 		if money >= 3000:
 			act 'Get your ears pierced with these earrings for 3000 <b>₽</b> (cash)':
 				cls
@@ -396,7 +396,7 @@ if $ARGS[0] = 'nose_pir':
 				'You don''t have enough money in your bank for this piercing.'
 			end
 		end
-	elseif (money >= 5000) or (karta + bankDebtLimit >= 5000:
+	elseif (money >= 5000) or (karta + bankDebtLimit >= 5000):
 		if money >= 5000:
 			act 'Get your nose pierced with this piercing for 5000 <b>₽</b> (cash)':
 				cls
@@ -482,7 +482,7 @@ if $ARGS[0] = 'brow_pir':
 				'You don''t have enough money in your bank for this piercing.'
 			end
 		end
-	elseif (money >= 5000) or (karta + bankDebtLimit >= 5000:
+	elseif (money >= 5000) or (karta + bankDebtLimit >= 5000):
 		if money >= 5000:
 			act 'Get your brow pierced with this piercing for 5000 <b>₽</b> (cash)':
 				cls
@@ -568,7 +568,7 @@ if $ARGS[0] = 'nip_pir':
 				'You don''t have enough money in your bank for this piercing.'
 			end
 		end
-	elseif (money >= 10000) or (karta + bankDebtLimit >= 10000:
+	elseif (money >= 10000) or (karta + bankDebtLimit >= 10000):
 		if money >= 10000:
 			act 'Get your nipples pierced with these piercings for 10,000 <b>₽</b> (cash)':
 				cls
@@ -654,7 +654,7 @@ if $ARGS[0] = 'belly_pir':
 				'You don''t have enough money in your bank for this piercing.'
 			end
 		end
-	elseif (money >= 10000) or (karta + bankDebtLimit >= 10000:
+	elseif (money >= 10000) or (karta + bankDebtLimit >= 10000):
 		if money >= 10000:
 			act 'Get your belly button pierced with this piercing for 10,000 <b>₽</b> (cash)':
 				cls