# pirsingsalon
$pirsyaz = {
cls
minut += 30
money -= 5000
pirsA = 1
gs 'pain', 7, 'pierce', 'tongue'
gs 'stat'
'
'
'Master pierced your tongue and inserted a barbell.'
act 'Leave':gt $curloc
}
$pirsgub = {
cls
minut += 30
money -= 6000
pirsB = 1
gs 'pain', 7, 'pierce', 'lips'
gs 'stat'
''
'Master pierced your lip and inserted a ring.'
act 'Leave':gt $curloc
}
$pirsysh = {
cls
minut += 30
money -= 3000
pirsC = 1
gs 'pain', 7, 'pierce', 'ears'
gs 'stat'
'Master pierced your ears inserted earrings.'
act 'Leave':gt $curloc
}
$pirsnos = {
cls
minut += 30
money -= 5000
pirsD = 1
gs 'pain', 7, 'pierce', 'nose'
gs 'stat'
'Master pierced your nose and inserted a ring.'
act 'Leave':gt $curloc
}
$pirsbro = {
cls
minut += 30
money -= 5000
pirsE = 1
gs 'pain', 7, 'pierce', 'eyebrows'
gs 'stat'
'Master pierced your eyebrow inserted a barbell.'
act 'Leave':gt $curloc
}
$pirssos = {
cls
minut += 30
money -= 10000
pirsF = 1
gs 'pain', 7, 'pierce', 'nipples'
gs 'stat'
'Master pierced your nipples and inserted rings.'
act 'Leave':gt $curloc
}
$pirsvla = {
cls
minut += 30
money -= 25000
pirsG = 1
gs 'pain', 7, 'pierce', 'labia'
gs 'stat'
'Master pierced your labia and inserted rings.'
act 'Leave':gt $curloc
}
$pirspyp = {
cls
minut += 30
money -= 10000
pirsN = 1
gs 'pain', 7, 'pierce', 'tummy'
gs 'stat'
'Master pierced your navel and inserted a barbell.'
act 'Leave':gt $curloc
}
$pirsclit = {
cls
minut += 30
money -= 25000
pirsGL = 1
gs 'pain', 7, 'pierce', 'clitoris'
gs'stat'
'Master pierced your clitoris and inserted a rod.'
act 'Escape':gt $curloc
}
$tatyadd = {
cla
cls
gs 'stat'
act 'Go back':killvar 'n' & gt $curloc
''
if tatlip = 0:
n = 1
:looptatlip
*p ''
n += 1
if n <= 3:jump 'looptatlip'
*nl
end
if tatplech = 0:
n = 1
:looptatplech
*p ''
n += 1
if n <= 4:jump 'looptatplech'
*nl
end
if tatback = 0:
n = 1
:looptatback
*p ''
n += 1
if n <= 4:jump 'looptatback'
*nl
end
if tatupb = 0:
n = 1
:looptatlowerback
*p ''
n += 1
if n <= 4:jump 'looptatlowerback'
*nl
end
if tatvag = 0:
n = 1
:looptatvag
*p ''
n += 1
if n <= 6:jump 'looptatvag'
*nl
end
if tatleg = 0:
n = 1
:looptatleg
*p ''
n += 1
if n <= 4:jump 'looptatleg'
*nl
end
''
}
$maketatlip = {
view 'images/body/tatlip<>.jpg'
act 'Make me a tattoo':
cla
tatlip = n
money -= 8000
minut += 60
vaf += 10
gs 'stat'
dynamic $tatyadd
end
}
$maketatplech = {
view 'images/body/tatplech<>.jpg'
act 'Make me a tattoo':
cla
tatplech = n
money -= 8000
minut += 60
vaf += 10
gs 'stat'
dynamic $tatyadd
end
}
$maketatback = {
view 'images/body/tatb<>.jpg'
act 'Make me a tattoo':
cla
tatback = n
money -= 8000
minut += 60
vaf += 10
gs 'stat'
dynamic $tatyadd
end
}
$maketatupb = {
view 'images/body/tatupb<>.jpg'
act 'Make me a tattoo':
cla
tatupb = n
money -= 8000
minut += 60
vaf += 10
gs 'stat'
dynamic $tatyadd
end
}
$maketatvag = {
view 'images/body/tatvag<>.jpg'
act 'Make me a tattoo':
cla
tatvag = n
money -= 8000
minut += 60
vaf += 10
gs 'stat'
dynamic $tatyadd
end
}
$maketatleg = {
view 'images/body/tatleg<>.jpg'
act 'Make me a tattoo':
cla
tatleg = n
money -= 8000
minut += 60
vaf += 10
gs 'stat'
dynamic $tatyadd
end
}
$permtatbro={
cls
minut += 60
money -= 6000
browper = 1
gs 'stat'
'You now have a permanent eyebrow tattoo.'
act 'Leave':gt $curloc
}
gs 'stat'
fcolor = rgb(0, 0, 0)
bcolor = rgb(255, 255, 255)
lcolor = rgb(106, 90, 205)
'Tattoo & Piercing Salon'
''
'Small studio where owner works by himself.'
if money >= 8000:'Tattoo - 8000 ₽'
if money >= 6000 and browper = 0:'Permanent eyebrows tattoo - 6000 ₽'
if browper = 1:'You already have an eyebrow tattoo.'
if pirsA = 0 and money >= 5000:'Tongue piercing - 5000 rub..'
if pirsB = 0 and money >= 6000:'Lip piercing - 6000 rub..'
if pirsC = 0 and money >= 3000:'Ear piercings - 3000 rub..'
if pirsD = 0 and money >= 5000:'Nose piercing - 5000 rub..'
if pirsE = 0 and money >= 5000:'Eyebrow piercing - 5000 rub..'
if pirsF = 0 and money >= 10000:'Nipple piercings - 10000 ₽..'
if pirsN = 0 and money >= 10000:'Navel piercing - 10000 ₽..'
if pirsG = 0 and money >= 25000:'Labia piercings - 25000 ₽..'
if pirsGL = 0 and money >= 25000:'Clitoris piercing - 25000 ₽'
if hour < 12 or hour > 20:
cls
'Shop is closing and you are asked to leave.'
act 'Leave':minut += 5 & gt 'nord'
exit
end
act 'Leave':gt 'nord'
--- pirsingsalon ---------------------------------