4 Commits a3227a88e7 ... 1c693fa0d7

Auteur SHA1 Bericht Datum
  Gwen 1c693fa0d7 Merge branch 'master' of https://git.catrenelle.com/Kevin_Smarts/glife 2 jaren geleden
  Kevin_Smarts d16a306f3a Merge remote-tracking branch 'hornguy6/master' 2 jaren geleden
  Kevin_Smarts f473564617 [fixed] Eye description errors inc. saying you wear glasses after Lasik 2 jaren geleden
  hornguy6 39e90569de [changed] screaming should not require willpower 2 jaren geleden
2 gewijzigde bestanden met toevoegingen van 3 en 7 verwijderingen
  1. 2 1
      locations/body_desc.qsrc
  2. 1 6
      locations/vanrPar.qsrc

+ 2 - 1
locations/body_desc.qsrc

@@ -604,6 +604,7 @@ if $ARGS[0] = 'glasses':
 		$glass = ' You wear silly glasses in a cheap frame.'
 	else
 		glass = 0
+		$pc_descWordy['vision'] = ''
 		$glass = ''
 	end
 end
@@ -643,7 +644,7 @@ if $ARGS[0] = 'eye_size':
 		$pc_descWordy['eye size'] = 'medium-sized'
 		$glaza = 'You have medium-sized <<$pcs_eyecol>> eyes <<$pcs_lashes>>.<<$glass>>'
 	elseif pcs_eyesize = 2:
-		$pc_desc['eye size'] = ' large,'
+		$pc_desc['eye size'] = 'large'
 		$pc_descWordy['eye size'] = 'large, expressive'
 		$glaza = 'You have large <<$pcs_eyecol>> eyes <<$pcs_lashes>>.<<$glass>>'
 	else

+ 1 - 6
locations/vanrPar.qsrc

@@ -81,12 +81,7 @@ if $ARGS[0] = 'peek':
 		*clr & cla
 		brother_ev1 = daystart
 		'Despite the pattering sound of the water, you hear the bathroom door creaking open slightly. Through the crack in the door, you notice your brother Kolka watching you.'
-		gs 'willpower', 'exhib', 'resist', 'easy'
-		if will_cost <= pcs_willpwr:
-			act 'Scream (<<will_cost>> Willpower)': gs 'willpower', 'exhib', 'resist', 'easy' & gs 'willpower', 'pay', 'resist' & gt 'brother', 'brother_go_away'
-		else
-			act 'Scream (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
-		end
+		act 'Scream':gt 'brother', 'brother_go_away'
 		
 		if brothershowertalk < 1: act 'Tell him off':gt 'brother','brother_go_away2'