|
@@ -869,6 +869,7 @@ if $ARGS[0] = 'default_sport_options':
|
|
|
else
|
|
|
if default_sport_number[1] = 0:
|
|
|
act'Put on your sports clothes':
|
|
|
+ default_sport_number[1] = 1
|
|
|
$lastwornclothingtype['sport'] = $clothingworntype
|
|
|
lastwornclothingnumber['sport'] = clothingwornnumber
|
|
|
lastwornunderwear['sport'] = underwear['type']
|
|
@@ -891,6 +892,7 @@ if $ARGS[0] = 'default_sport_options':
|
|
|
end
|
|
|
else
|
|
|
act'Put your regular clothes back on':
|
|
|
+ default_sport_number[1] = 0
|
|
|
gs 'clothing', 'wear', $lastwornclothingtype['sport'], lastwornclothingnumber['sport']
|
|
|
|
|
|
if lastwornunderwear['sport'] = 2:
|