Parcourir la source

[fixed] Set return locations wrong way around

Kevin_Smarts il y a 2 ans
Parent
commit
94a1c4ba09
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      locations/tobiQW.qsrc

+ 1 - 1
locations/tobiQW.qsrc

@@ -148,7 +148,7 @@ if $ARGS[0] = '10':
 
 	if mid($start_type,1,4) = 'city':
 		act 'Get out of bed':gt 'bedr'
-	elseif mid($start_type,1,3) = 'uni':
+	elseif mid($start_type,1,3) = 'sg':
 		act 'Get out of bed':gt 'bedrPar'
 	else
 		act 'Get out of bed':gt 'uni_dorm', 'dorm_room'