Compare commits
	
		
			2 commits
		
	
	
		
			Developmen
			...
			main
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| cfc8643907 | |||
| d01e511739 | 
					 2 changed files with 0 additions and 2 deletions
				
			
		
										
											Binary file not shown.
										
									
								
							|  | @ -377,7 +377,6 @@ class Room(GameObjects): | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
|     def update(self, objects): |     def update(self, objects): | ||||||
|         door_unlock_sound = mixer.Sound('audio/soundeffects/door_unlock.mp3') |  | ||||||
|         if objects is not None: |         if objects is not None: | ||||||
|             self.objects = objects |             self.objects = objects | ||||||
|         if not self.objects[1]: |         if not self.objects[1]: | ||||||
|  | @ -387,7 +386,6 @@ class Room(GameObjects): | ||||||
|             self.locked = False |             self.locked = False | ||||||
|             for door in self.doors: |             for door in self.doors: | ||||||
|                 door.update(False) |                 door.update(False) | ||||||
|             door_unlock_sound.play() |  | ||||||
|         return |         return | ||||||
|      |      | ||||||
|     def draw(self, screen): |     def draw(self, screen): | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue