Browse Source

[fixed] Missing T spotted by Sword

Kevin_Smarts 4 months ago
parent
commit
2031fa555f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locations/body.qsrc

+ 1 - 1
locations/body.qsrc

@@ -648,7 +648,7 @@ if $ARGS[0] = 'Redistribute_Mass':
 					pcs_mass['body'] -= 1
 				!end
 
-			elseif emp_mass_ass < pcs_mass['butt'] and pcs_mass['butt'] > 0:
+			elseif temp_mass_ass < pcs_mass['butt'] and pcs_mass['butt'] > 0:
 				pcs_mass['butt'] -= 1
 				pcs_mass['body'] += 1
 			end