Browse Source

[fixed] waiting is waiting and not resting

julzor 4 years ago
parent
commit
8bcdcf19a5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locations/HotelHole.qsrc

+ 1 - 1
locations/HotelHole.qsrc

@@ -174,7 +174,7 @@ if HotelRoom > 0:
 end
 
 act 'Kill some time in the hotel lobby':
-	gs 'obj_din', 'rest'
+	gs 'obj_din', 'wait'
 	hotwait = 1
 	gt 'hotelhole'
 end