|
@@ -181,6 +181,9 @@ if $ARGS[0] = 'services':
|
|
|
if money >= 500:'<a href="exec:gt ''salon'', ''pubes''">Dye your pubic hair - 500 <b>₽</b></a>'
|
|
|
if money < 500:'Dye your pubic hair - 500 <b>₽</b>'
|
|
|
end
|
|
|
+ if cosmetic_tattoo <= 4:
|
|
|
+ act'Cosmetic tattoos service':gt'salon','cosmetic_tattoo_start'
|
|
|
+ end
|
|
|
end
|
|
|
|
|
|
|
|
@@ -2199,6 +2202,36 @@ if $ARGS[0] = 'gentle_massage':
|
|
|
end
|
|
|
end
|
|
|
|
|
|
+if $ARGS[0] = 'cosmetic_tattoo_start':
|
|
|
+ cla & *clr
|
|
|
+ '<br>We currently offer five levels of cosmetic tattoos: light, vibrant, sultry, professional and celebrity.<br>Please keep in mind that these procedures are permanent.<br>Also, be aware that after procedure using regular cosmetics will be difficult.<br>Price is set at 2,000<b>₽</b>'
|
|
|
+
|
|
|
+ if money >= 2000:
|
|
|
+ if bimbolevel > 0 or inhib_lvl >= 10:
|
|
|
+ if cosmetic_tattoo < 1: act 'Get light cosmetic tattoo':cosmetic_tattoo = 1 & gt 'salon', 'cosmetic_tattoo_operation'
|
|
|
+ if cosmetic_tattoo < 2: act 'Get vibrant cosmetic tattoo':cosmetic_tattoo = 2 & gt 'salon', 'cosmetic_tattoo_operation'
|
|
|
+ if cosmetic_tattoo < 3: act 'Get sultry cosmetic tattoo':cosmetic_tattoo = 3 & gt 'salon', 'cosmetic_tattoo_operation'
|
|
|
+ if cosmetic_tattoo < 4: act 'Get professional cosmetic tattoo':cosmetic_tattoo = 4 & gt 'salon', 'cosmetic_tattoo_operation'
|
|
|
+ if cosmetic_tattoo < 5: act 'Get celebrity(bimbo) cosmetic tattoo':cosmetic_tattoo = 5 & gt 'salon', 'cosmetic_tattoo_operation'
|
|
|
+ if cosmetic_tattoo = 5: 'You already have the heaviest cosmetic tattoo that is on offer.'
|
|
|
+ else
|
|
|
+ '<br>You dont feel confident enough to get one of these.'
|
|
|
+ end
|
|
|
+ else
|
|
|
+ '<br>You can''t afford this treatment.'
|
|
|
+ end
|
|
|
+ act 'Leave':gt 'salon', 'start'
|
|
|
+end
|
|
|
+
|
|
|
+if $ARGS[0] = 'cosmetic_tattoo_operation':
|
|
|
+ cla & *clr
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/salon/ct<<cosmetic_tattoo>>.jpg"></center>'
|
|
|
+ money -= 2000
|
|
|
+ minut += 45
|
|
|
+ gs 'stat'
|
|
|
+ act 'End':gt 'salon', 'cosmetic_tattoo_start'
|
|
|
+end
|
|
|
+
|
|
|
if $ARGS[0] = 'discharge':
|
|
|
cla & *clr
|
|
|
minut += 10
|