1
0
Quellcode durchsuchen

[fixed] build in a failsafe that players don't set inhibition to high in a custom start ...

julzor vor 5 Jahren
Ursprung
Commit
eb750f2e24
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. 2 1
      locations/preSYS2.qsrc

+ 2 - 1
locations/preSYS2.qsrc

@@ -14,6 +14,7 @@ if $ARGS[0] = 'start':
 	act 'Return to preset character menu': gt 'preSYS', 'charselect'
 	act 'Confirm these options':
 		pcs_inhib = 100 - pcs_inhib
+		if pcs_inhib < 10: pcs_inhib = 10
 		!!This line should get sveta to wear school uniform because she has no other clothing with >=40
 		if pcs_inhib >= 40: gs 'clothing', 'wear', 'school', 6
 		if bag = 1:
@@ -515,7 +516,7 @@ if $ARGS[0] = 'none':
 	pcs_chrsm = 30
 	pcs_prcptn = 30
 	pcs_grade = 75
-	pcs_inhib = 100	
+	pcs_inhib = 90	
 	pcs_heel = 5
 
 	!!Mental Skills Reset