|
@@ -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
|