Explorar el Código

[fixed] Variables wrong way around giving player wrong info fixed by robgor95

KevinSmarts hace 3 años
padre
commit
c5c4a4db8a
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      locations/cum_arrcheat.qsrc

+ 2 - 1
locations/cum_arrcheat.qsrc

@@ -45,7 +45,7 @@ elseif tabletkicheck = 1:
 	end
 	$cycletemp[4] = '. You automatically take your pill. Your current pill discipline is <<tabletkipd>><<$cycletemp[6]>>. <<tabletkipt>> will be added to your pill discipline if you take the pill now, and <<tabletkipi>> will be added to your pill discipline if you do no additional action. You currently have <<pillcon>> units of birth control chemical in your body, though you believe it is actually <<pillcon2>>.'
 elseif pillcon2 > 0:
-	$cycletemp[4] = '. You currently have <<pillcon2>> units of birth control chemical in your body, but you think it is actually <<pillcon>>.'
+	$cycletemp[4] = '. You currently have <<pillcon>> units of birth control chemical in your body, but you think it is actually <<pillcon2>>.'
 else
 	$cycletemp[4] = ''
 end
@@ -263,5 +263,6 @@ else
 end
 killvar '$cycletemp'
 act 'Return to cheat index': dynamic $cheatmenu
+
 --- cum_arrcheat ---------------------------------