Browse Source

[Fix] Bimbo cheat

R 2 năm trước cách đây
mục cha
commit
f61cbea2a0
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      locations/cikl.qsrc

+ 2 - 2
locations/cikl.qsrc

@@ -215,11 +215,11 @@ if bimbo >= 40: bimbo = 40
 
 !!Bimbo levels. They use custom variables so they won''t permanently change character stats
 if bimbolevel = 0: supnatvnesh = 0 & bimbostupidity = 0
-if  CheatBimbo3 = 0:
+if  CheatBimbo2 = 0:
 	if bimbolevel = 1: supnatvnesh = 2 & bimbostupidity = (pcs_intel / 6)
 	if bimbolevel = 2: supnatvnesh = 2 & bimbostupidity = (pcs_intel / 4)
 	if bimbolevel = 3: supnatvnesh = 4 & bimbostupidity = (pcs_intel / 3)
-elseif CheatBimbo3 = 1:
+elseif CheatBimbo2 = 1:
 	if bimbolevel = 1: supnatvnesh = 2 & bimbostupidity = 0
 	if bimbolevel = 2: supnatvnesh = 2 & bimbostupidity = 0
 	if bimbolevel = 3: supnatvnesh = 4 & bimbostupidity = 0