|
@@ -22,7 +22,7 @@ $clothing_list_line = {
|
|
|
gs 'clothing_attributes', $ARGS[1], ARGS[2]
|
|
|
|
|
|
if $ARGS[1] ! 'school' or ARGS[2] ! 6:
|
|
|
- $RESULT += '<TD>' + dyneval '$RESULT += <<$ARGS[1]>>H[<<ARGS[2]>>]' + '</TD>'
|
|
|
+ $RESULT += '<TD>' + dyneval '$RESULT += <<$ARGS[1]>>_h[<<ARGS[2]>>]' + '</TD>'
|
|
|
|
|
|
if $ARGS[1] ! 'exercise' and $ARGS[1] ! 'coat' and CloStyle ! 5:
|
|
|
$RESULT += '<TD>' + dyneval '$RESULT += <<$ARGS[1]>>B[<<ARGS[2]>>]' + '</TD>'
|
|
@@ -59,7 +59,7 @@ $clothing_list_line = {
|
|
|
if $ARGS[0] ! 'sell' and $ARGS[0] ! 'resize':
|
|
|
if StoryLine = 1 and SchoolAtestat = 0 and SchoolBlock = 0 and $ARGS[1] = 'school' and ARGS[2] = 6:
|
|
|
$RESULT += ' <a href="exec:gs ''clothing'', ''wear'', ''<<$ARGS[1]>>'', <<ARGS[2]>> & gt ''clothing'', ''view_clothing_list'', ''wardrobe'', ''<<$ward_list_store>>''">Wear</a></TD>'
|
|
|
- elseif ($ARGS[1] ! 'coat' and $ARGS[1] ! 'swimwear' and $ARGS[1] ! 'beach') and dyneval('RESULT = <<$ARGS[1]>>H[<<ARGS[2]>>]') > 0:
|
|
|
+ elseif ($ARGS[1] ! 'coat' and $ARGS[1] ! 'swimwear' and $ARGS[1] ! 'beach') and dyneval('RESULT = <<$ARGS[1]>>_h[<<ARGS[2]>>]') > 0:
|
|
|
if $ARGS[1] ! 'exercise' and CloStyle ! 5 and (dyneval('RESULT = <<$ARGS[1]>>B[<<ARGS[2]>>]') < (pcs_hips - 8) or dyneval('RESULT = <<$ARGS[1]>>B[<<ARGS[2]>>]') > (pcs_hips + 8)) or (ARRPOS('$CloLosTyp', $ARGS[1]) ! -1 and ARRPOS('CloLosNum',ARGS[2]) ! -1):
|
|
|
$RESULT += '</TD>'
|
|
|
else
|
|
@@ -582,7 +582,7 @@ if $ARGS[0] = 'view_clothing_item':
|
|
|
|
|
|
if $ARGS[1] ! 'shop' and ($ARGS[2] ! 'school' or ARGS[3] ! 6):
|
|
|
$RESULT = '(strength '
|
|
|
- dynamic '$RESULT += <<$ARGS[2]>>H[<<ARGS[3]>>]'
|
|
|
+ dynamic '$RESULT += <<$ARGS[2]>>_h[<<ARGS[3]>>]'
|
|
|
if $ARGS[2] ! 'exercise' and $ARGS[2] ! 'coat' and CloStyle ! 5:
|
|
|
$RESULT += ', hip size '
|
|
|
dynamic '$RESULT += <<$ARGS[2]>>B[<<ARGS[3]>>]'
|
|
@@ -678,7 +678,7 @@ if $ARGS[0] = 'view_clothing_item':
|
|
|
|
|
|
if $ARGS[2] ! 'school' or ARGS[3] ! 6:
|
|
|
!! if the clothing is worn out
|
|
|
- if dyneval('RESULT = <<$ARGS[2]>>H[<<ARGS[3]>>]') <= 0:
|
|
|
+ if dyneval('RESULT = <<$ARGS[2]>>_h[<<ARGS[3]>>]') <= 0:
|
|
|
'This item is worn and is not suitable for further wear.'
|
|
|
if pcs_sewng >= 60 and tkan > 0:
|
|
|
cla
|
|
@@ -783,7 +783,7 @@ if $ARGS[0] = 'view_clothing_item':
|
|
|
act 'Keep item':gt 'clothing', 'view_clothing_list', '<<$ward_list_page>>', '<<$ward_list_store>>'
|
|
|
|
|
|
!! value is based on the strength remaining
|
|
|
- dynamic 'RESULT = <<$ARGS[2]>>H[<<ARGS[3]>>]'
|
|
|
+ dynamic 'RESULT = <<$ARGS[2]>>_h[<<ARGS[3]>>]'
|
|
|
if RESULT > 45:
|
|
|
'You can sell this item for 500 <b>₽</b>.'
|
|
|
act 'Sell':
|