Explorar o código

[fixed] typos in makupskl. Reported by Dadburry

anjuna krokus hai 1 mes
pai
achega
3ad2b0cecb

+ 1 - 1
locations/AppearanceSystem.qsrc

@@ -200,7 +200,7 @@ if $ARGS[0] = 'CalcGroomingBonus':
 	elseif pcs_makeup = 6 and bimbolevel >= 2:
 		makeupBonus += 2 * (bimbolevel - 1)
 	elseif pcs_makeup = 7:
-		makeupBonus += pcs_makeupskl / 10 - 5
+		makeupBonus += pcs_makupskl / 10 - 5
 	end
 
 	breathBonus = 5 * pcs_breath

+ 2 - 2
locations/intro_city_select.qsrc

@@ -1476,7 +1476,7 @@ if $ARGS[0] = 'outcast':
 	pcs_inhib		-= 5
 
 	! Other
-	pcs_makeupskl	-= 5
+	pcs_makupskl	-= 5
 
 	!!----- APPEARANCE -----!!
 	pcs_hairlng		-= 100
@@ -1548,7 +1548,7 @@ elseif $ARGS[0] = 'uglyduckling':
 		willpowermax 	-= 5
 
 		! Other
-		pcs_makeupskl	-= 10
+		pcs_makupskl	-= 10
 
 		!!----- APPEARANCE -----!!
 		pcs_eyesize	-= 1

+ 1 - 1
locations/intro_sg_select.qsrc

@@ -1776,7 +1776,7 @@ elseif $ARGS[0] = 'uglyduckling':
 		willpowermax 	-= 20
 
 		! Other
-		pcs_makeupskl	-= 10
+		pcs_makupskl	-= 10
 
 		!!----- APPEARANCE -----!!
 		pcs_skin	-= 500

+ 1 - 1
locations/pushkin_ballet_class.qsrc

@@ -364,7 +364,7 @@ if $ARGS[0] = 'makeup':
 	gs 'themes', 'indoors'
 	! set stats for make up gain - makupskl_lvl
 	gs 'exp_gain', 'intel', rand(1,2)
-	gs 'exp_gain', 'makeupskl', rand(1,2)
+	gs 'exp_gain', 'makupskl', rand(1,2)
 	makupskl_lvl += rand(1, 3)
 	!pcs_makeup = 4
 	gs 'shortgs', 'setloc', 'pushkin_ballet_class', $ARGS[0]