Ver Fonte

allow return from a date

rachels há 3 anos atrás
pai
commit
2b61286afd
2 ficheiros alterados com 2 adições e 2 exclusões
  1. 1 1
      locations/etoexhib.qsrc
  2. 1 1
      locations/swamphouse.qsrc

+ 1 - 1
locations/etoexhib.qsrc

@@ -700,7 +700,7 @@ if $ARGS[0] = 'pos18':
 	end
 end
 
-if $ARGS[0] = 'pos19':
+if $ARGS[0] = 'pos19' or $ARGS[0] = '':
 	*clr & cla
 	$menu_loc = 'etoexhib'
 	$menu_arg = 'pos19'

+ 1 - 1
locations/swamphouse.qsrc

@@ -1,6 +1,6 @@
 # swamphouse
 
-if $ARGS[0] = 'start':
+if $ARGS[0] = 'start' or $ARGS[0] = '':
 	*clr & cla
 	$location_type = 'indoors'
 	$loc = 'swamphouse'