Просмотр исходного кода

add missing routine (reported by IllNero)

rachels 2 лет назад
Родитель
Сommit
57314d9968
1 измененных файлов с 8 добавлено и 0 удалено
  1. 8 0
      locations/moncheri.qsrc

+ 8 - 0
locations/moncheri.qsrc

@@ -96,6 +96,14 @@ if $ARGS[0] = 'changingroom':
 	act 'Get dressed and go back to the store': gt 'moncheri', 'changingend'
 end
 
+if $ARGS[0] = 'changingend':
+	!! Sveta dresses again
+	if $pantyworntype = 'none': gs 'underwear', 'wear'
+	gs 'clothing', 'wear_last_worn'
+	gt 'moncheri', 'start'
+end
+
+
 if $ARGS[0] = 'gowns':
 	$loc_arg = 'gowns'
 	$loc = 'moncheri'