Browse Source

Merge remote-tracking branch 'origin/master'

Kevin_Smarts 1 year ago
parent
commit
a77d66e9d8
3 changed files with 184 additions and 187 deletions
  1. 180 184
      locations/pav_parkev.qsrc
  2. 1 1
      locations/pod_ezd.qsrc
  3. 3 2
      locations/stat.qsrc

File diff suppressed because it is too large
+ 180 - 184
locations/pav_parkev.qsrc


+ 1 - 1
locations/pod_ezd.qsrc

@@ -910,7 +910,7 @@ end
 
 if $ARGS[0] = 'juliamil':
 	menu_off = 1
-	npc_rel['A12'] += 1
+	gs 'npc_relationship', 'modify', 'A12', 'like'
 	minut +=5
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big12.jpg"></center>'

+ 3 - 2
locations/stat.qsrc

@@ -156,9 +156,10 @@ if boxing > 100: boxing = 100
 
 manamax = (pcs_intel * pcs_magik) + pcs_magik * 100 + pcs_vital * 10 + rikudo
 
-if $start_type[1] = 'magic':
+!! Set the massage displayed each time the magik attribute is increased.
+if $start_type[1] ! 'nomagic':
 	if pcs_magik > magikhigh:
-		magikhigh += 1
+		magikhigh = pcs_magik
 		rikudo += pcs_magik * 100
 		$stat_msg += '<BR><b>You feel like a strength has been revealed within you, and you gush with magic, lifting you to a new energy level.</b>'
 !!		This will be replaced when a more advanced physical system is made

Some files were not shown because too many files changed in this diff