Browse Source

fix missing return action for shoes - reported by robgor95

rachels 3 years ago
parent
commit
186bea981b
1 changed files with 2 additions and 0 deletions
  1. 2 0
      locations/shoes.qsrc

+ 2 - 0
locations/shoes.qsrc

@@ -240,6 +240,8 @@ if $ARGS[0] = 'view_shoe_item':
 				gt 'shoes', 'gym'
 			end
 		end
+	elseif $ARGS[1] = 'store' or $ARGS[1] = 'unwanted':
+		act 'Return':gt 'shoes', 'view_shoe_list', $ARGS[1]
 	end
 end