Pārlūkot izejas kodu

beware of apostrophes in comments

rachels 3 gadi atpakaļ
vecāks
revīzija
5c92e6266f
3 mainītis faili ar 4 papildinājumiem un 4 dzēšanām
  1. 2 2
      locations/_face_image.qsrc
  2. 1 1
      locations/barbershop.qsrc
  3. 1 1
      locations/hairsalon.qsrc

+ 2 - 2
locations/_face_image.qsrc

@@ -73,14 +73,14 @@ if pcs_hairlng > 80:
 	else
 		$RESULT += 'normal'
 	end
-!! style for short hair (other images don't exist)
+!! style for short hair (other images don''t exist)
 elseif pcs_hairlng <= 80 and pcs_hairlng > 30:
 	if hbangs > 0:
 		$RESULT += 'bangs'
 	else
 		$RESULT += 'normal'
 	end
-!! style for very short hair (other images don't exist)
+!! style for very short hair (other images don''t exist)
 else
 	$RESULT += 'normal'
 end

+ 1 - 1
locations/barbershop.qsrc

@@ -311,7 +311,7 @@ if $ARGS[0] = 'cuthair':
 				else
 					*clr & cla
 					minut += 20
-					pcs_hairlng = 31
+					pcs_hairlng = 81
 					pcs_hairbsh = 1
 					gs 'stat'
 					'<center><img <<$set_imgh>> src="<<FUNC(''$face_image'')>>"></center>'

+ 1 - 1
locations/hairsalon.qsrc

@@ -203,7 +203,7 @@ if $ARGS[0] = 'cuthair':
 				else
 					cla & *clr
 					minut += 30
-					pcs_hairlng = 31
+					pcs_hairlng = 81
 					pcs_hairbsh = 1
 					money -= 750
 					gs 'stat'