Browse Source

[fixed] Trying to leave the therapists hotelroom while naked would teleport you. Woops

anjuna krokus 2 months ago
parent
commit
a787c298f4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locations/HotelRoom.qsrc

+ 1 - 1
locations/HotelRoom.qsrc

@@ -173,7 +173,7 @@ if $ARGS[0] = 'therapist':
 			killvar '$hotel'
 		else
 			msg'<b><font color = red>You need to get dressed before leaving your hotel room.</font></b>'
-			gt 'HotelRoom', 'better'
+			gt 'HotelRoom', 'therapist'
 		end
 	end