|
@@ -338,8 +338,9 @@ if $ARGS[0] = 'reconciliation_replies':
|
|
|
end
|
|
|
|
|
|
|
|
|
-if $ARGS[0] = 'Knock':
|
|
|
+if $ARGS[0] = 'knock':
|
|
|
gs 'homes_properties', 'give_access', 'parents_home'
|
|
|
+ if university['student'] = 1: gt 'mother_chats', 'knock_uni'
|
|
|
*clr & cla
|
|
|
minut += 5
|
|
|
'You have decided to return home and unfortunately when you arrive you find that the door is locked. After a moment''s consideration you decide to knock and see if your parents are in and if they''ll let you return. After all, what have you got to lose? Worst case they turn you away.'
|
|
@@ -369,7 +370,7 @@ if $ARGS[0] = 'Knock':
|
|
|
end
|
|
|
end
|
|
|
|
|
|
-if $ARGS[0] = 'Knock_uni':
|
|
|
+if $ARGS[0] = 'knock_uni':
|
|
|
*clr & cla
|
|
|
minut += 30
|
|
|
'You have decided to return home to visit and unfortunately when you arrive you find that the door is locked. After a moment''s consideration you decide to knock and see if your parents are in.'
|