|
@@ -66,7 +66,7 @@ end
|
|
|
if $ARGS[0] = 'wardrobe_search':
|
|
|
cla
|
|
|
*clr
|
|
|
- if hour >= 21 and hour < 6 :
|
|
|
+ if hour >= 21 or hour < 6 :
|
|
|
'What are you thinking? You can''t go through the wardrobe while your parents are sleeping right there!'
|
|
|
act 'Leave ': gt $loc, $metka
|
|
|
exit
|