|
@@ -511,11 +511,11 @@ if $ARGS[0] = 'view_clothing_item':
|
|
|
cla
|
|
|
'You can repair this thanks to your sewing skill.'
|
|
|
act 'Repair item':
|
|
|
- if rand (1, 100) < 30:
|
|
|
+ if rand (1, 100) >= 30:
|
|
|
cla
|
|
|
tkan -= 1
|
|
|
minut += 30
|
|
|
- dynamic $ARGS[2] + 'H[<<ARGS[3]>>] += 30'
|
|
|
+ dynamic $ARGS[2] + 'H[<<ARGS[3]>>] += rand(30,pcs_sewng)'
|
|
|
'You spend 30 minutes fixing the outfit.'
|
|
|
act 'Return':gt 'clothing', 'view_clothing_list', '<<$ward_list_page>>', '<<$ward_list_store>>'
|
|
|
else
|