Browse Source

[cahnged] Changed the npc reaction for strength to match then new extra strength requirements for body builder images.

bgkjdgbizgblzdgbr 8 months ago
parent
commit
190c95c14b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locations/npc_reactions.qsrc

+ 1 - 1
locations/npc_reactions.qsrc

@@ -109,7 +109,7 @@ if $ARGS[0] = 'general':
 				$npc_reaction_choice[i] = 'tan'
 			end
 
-			if pcs_stren > 100 and dyneval( 'RESULT = npc_reaction_weekly[''<<$ARGS[1]>>_strong'']') = 0:
+			if strenbuf >= 100 and stren_plus_lvl > 0 and dyneval( 'RESULT = npc_reaction_weekly[''<<$ARGS[1]>>_strong'']') = 0:
 				i += 1
 				$npc_reaction_choice[i] = 'strong'
 			end